bugs.webapp 442 B

12345678910111213141516171819202122
  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. }