1234567891011121314151617181920212223 |
- {
- "version": "1.0",
- "name": "VM-IRC",
- "description": "Very Minimalistic IRC client",
- "launch_path": "/index.html",
- "icons": {
- "16": "/img/icons/icon16x16.png",
- "48": "/img/icons/icon48x48.png",
- "60": "/img/icons/icon60x60.png",
- "128": "/img/icons/icon128x128.png"
- },
- "developer": {
- "name": "Farooq Karimi Zadeh",
- "url": "https://notabug.org/bananaphone"
- },
- "type": "privileged",
- "permissions": {
- "tcp-socket": "To connect to IRC server",
- "desktop-notification": "To send you notification when someone pings you"
- },
- "default_locale": "en"
- }
|