bugs.webapp 512 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "Bugs",
  3. "description": "Issue tracker and project managment",
  4. "launch_path": "/",
  5. "icons": {
  6. "128": "/img/favicon-128.png",
  7. "120": "/img/favicon-120.png",
  8. "90": "/img/favicon-90.png",
  9. "60": "/img/favicon-60.png"
  10. },
  11. "developer": {
  12. "name": "Nathaniel 'Eeems' van Diepen",
  13. "url": "http://eeems.ca"
  14. },
  15. "default_locale": "en",
  16. "chrome": {
  17. "navigation": false
  18. },
  19. "permissions": {
  20. "desktop-notification": {}
  21. },
  22. "appcache_path": "bugs.appcache",
  23. "orientation": [
  24. "portrait"
  25. ]
  26. }