init commit

This commit is contained in:
Luxferre
2023-03-25 16:51:49 +02:00
commit 8b4c8c7e8e
12 changed files with 690 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"version": "0.0.1",
"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",
"permissions": {
"tcp-socket": {
"description": "To fetch Gopher resources"
}
},
"installs_allowed_from": [
"*"
],
"default_locale": "en"
}