manifest.webapp 824 B

12345678910111213141516171819202122232425262728
  1. {
  2. "version": "0.0.0",
  3. "name": "Marooq",
  4. "description": "Matrix client for KaiOS",
  5. "launch_path": "/index.html",
  6. "developer": {
  7. "name": "Farooq Karimi Zadeh",
  8. "url": "https://notabug.org/bananaphone/marooq"
  9. },
  10. "type": "certified",
  11. "origin": "app://katrix.minetest.ir",
  12. "permissions": {
  13. "audio-capture": "Used for voice calls",
  14. "desktop-notification": "",
  15. "systemXHR": "",
  16. "audio-channel-telephony": "Used for voice calls",
  17. "audio-channel-notification": "",
  18. "audio-channel-ringer": "Used for ringtone for incoming voice calls",
  19. "attention": "Used to show attention screen for incoming voice calls",
  20. "push": "Used for receiving push notification",
  21. "serviceworker": ""
  22. },
  23. "messages": [
  24. { "push": "/index.html" },
  25. { "push-register": "/index.html" }
  26. ]
  27. }