12345678910111213141516171819 |
- {
- "version": "0.0.0",
- "name": "Talking Bot",
- "description": "A bot which talks with you(with extra lag!)",
- "launch_path": "/index.html",
- "icons": {
- "128": "/icon.svg"
- },
- "developer": {
- "name": "Your name",
- "url": "http://example.com"
- },
- "type": "privileged",
- "permissions": {
- "audio-capture":"",
- "systemXHR":""
- }
- }
|