manifest.webapp 596 B

1234567891011121314151617181920212223
  1. {
  2. "version": "1.0",
  3. "name": "VM-IRC",
  4. "description": "Very Minimalistic IRC client",
  5. "launch_path": "/index.html",
  6. "icons": {
  7. "16": "/img/icons/icon16x16.png",
  8. "48": "/img/icons/icon48x48.png",
  9. "60": "/img/icons/icon60x60.png",
  10. "128": "/img/icons/icon128x128.png"
  11. },
  12. "developer": {
  13. "name": "Farooq Karimi Zadeh",
  14. "url": "https://notabug.org/bananaphone"
  15. },
  16. "type": "privileged",
  17. "permissions": {
  18. "tcp-socket": "To connect to IRC server",
  19. "desktop-notification": "To send you notification when someone pings you"
  20. },
  21. "default_locale": "en"
  22. }