Files
kopher/manifest.webapp
T

47 lines
1.0 KiB
JSON
Raw Normal View History

2023-03-25 16:51:49 +02:00
{
2023-04-03 15:24:05 +03:00
"version": "0.0.6",
2023-03-25 16:51:49 +02:00
"name": "Kopher",
"description": "A Gopher client for KaiOS",
"launch_path": "/index.html",
"icons": {
"112": "/img/icon112.png",
"56": "/img/icon56.png"
},
"developer": {
"name": "Luxferre",
"url": "https://luxferre.top"
},
"type": "privileged",
"origin": "app://kopher.luxferre.top",
"chrome": {"statusbar": "overlap"},
2023-03-25 16:51:49 +02:00
"permissions": {
"tcp-socket": {
"description": "To fetch Gopher resources"
},
"device-storage:pictures": {"access": "readwrite"},
"device-storage:sdcard": {"access": "readwrite"},
"desktop-notification": {
"description": "To notify about downloaded files"
2023-03-25 16:51:49 +02:00
}
},
2023-04-03 15:24:05 +03:00
"activities": {
"view": {
2023-04-03 20:03:08 +03:00
"href": "/index.html",
2023-04-03 15:24:05 +03:00
"disposition": "window",
"filters": {
"type": "url",
"url": {
"required": true,
"pattern":"gopher:.{1,16384}"
}
},
"returnValue": false
}
},
2023-03-25 16:51:49 +02:00
"installs_allowed_from": [
"*"
],
"default_locale": "en"
}