{ "version": "0.0.6", "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"}, "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" } }, "activities": { "view": { "href": "/index.html", "disposition": "window", "filters": { "type": "url", "url": { "required": true, "pattern":"gopher:.{1,16384}" } }, "returnValue": false } }, "installs_allowed_from": [ "*" ], "default_locale": "en" }