12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "id": "kmc-matrix-chat",
- "name": "kmc",
- "description": "Kevin's Matrix Client. A simple, fast, and free/libre Matrix Client.",
- "theme_color": "#02a30f",
- "orientation": "default",
- "lang": "en-US",
- "start_url": "/kmc.html",
- "icons": [
- {
- "src": "/56.png",
- "type": "image/png",
- "sizes": "56x56"
- },
- {
- "src":"/112.png",
- "type": "image/png",
- "sizes": "112x112"
- }
- ],
- "b2g_features": {
- "type": "certified",
- "permissions": {
- "softkey": {},
- "mobiledata": {},
- "wifidata": {},
- "virtualcursor": {}
- },
- "chrome": {
- "statusbar": "overlap"
- },
- "activities": {},
- "messages": [],
- "version": "0.4.10",
- "cursor": false,
- "developer": {
- "name": "nuclearkev",
- "url": "https://notabug.org/nuclearkev"
- },
- "core": true
- }
- }
|