bugs.webapp 415 B

1234567891011121314151617181920
  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 'Eeeems' van Diepen",
  13. "url": "http://eeems.ca"
  14. },
  15. "default_locale": "en",
  16. "chrome": {
  17. "navigation": false
  18. },
  19. "fullscreen": "true"
  20. }