12345678910111213141516171819202122 |
- {
- "name": "Bugs",
- "description": "Issue tracker and project managment",
- "launch_path": "/",
- "icons": {
- "128": "/img/favicon-128.png",
- "120": "/img/favicon-120.png",
- "90": "/img/favicon-90.png",
- "60": "/img/favicon-60.png"
- },
- "developer": {
- "name": "Nathaniel 'Eeeems' van Diepen",
- "url": "http://eeems.ca"
- },
- "default_locale": "en",
- "chrome": {
- "navigation": false
- },
- "permissions": {
- "desktop-notification": {}
- }
- }
|