1234567891011121314151617181920212223242526 |
- {
- "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 'Eeems' van Diepen",
- "url": "http://eeems.ca"
- },
- "default_locale": "en",
- "chrome": {
- "navigation": false
- },
- "permissions": {
- "desktop-notification": {}
- },
- "appcache_path": "bugs.appcache",
- "orientation": [
- "portrait"
- ]
- }
|