manifest.webmanifest 842 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "id": "kmc-matrix-chat",
  3. "name": "kmc",
  4. "description": "Kevin's Matrix Client. A simple, fast, and free/libre Matrix Client.",
  5. "theme_color": "#02a30f",
  6. "orientation": "default",
  7. "lang": "en-US",
  8. "start_url": "/kmc.html",
  9. "icons": [
  10. {
  11. "src": "/56.png",
  12. "type": "image/png",
  13. "sizes": "56x56"
  14. },
  15. {
  16. "src":"/112.png",
  17. "type": "image/png",
  18. "sizes": "112x112"
  19. }
  20. ],
  21. "b2g_features": {
  22. "type": "certified",
  23. "permissions": {
  24. "softkey": {},
  25. "mobiledata": {},
  26. "wifidata": {},
  27. "virtualcursor": {}
  28. },
  29. "chrome": {
  30. "statusbar": "overlap"
  31. },
  32. "activities": {},
  33. "messages": [],
  34. "version": "0.4.10",
  35. "cursor": false,
  36. "developer": {
  37. "name": "nuclearkev",
  38. "url": "https://notabug.org/nuclearkev"
  39. },
  40. "core": true
  41. }
  42. }