manifest.webapp 357 B

12345678910111213141516171819
  1. {
  2. "version": "0.0.0",
  3. "name": "Talking Bot",
  4. "description": "A bot which talks with you(with extra lag!)",
  5. "launch_path": "/index.html",
  6. "icons": {
  7. "128": "/icon.svg"
  8. },
  9. "developer": {
  10. "name": "Your name",
  11. "url": "http://example.com"
  12. },
  13. "type": "privileged",
  14. "permissions": {
  15. "audio-capture":"",
  16. "systemXHR":""
  17. }
  18. }