basic gopher:// url view activity handling

This commit is contained in:
Luxferre
2023-04-03 15:24:05 +03:00
parent 23598e0e62
commit e60c71085c
2 changed files with 27 additions and 4 deletions
+15 -1
View File
@@ -1,5 +1,5 @@
{
"version": "0.0.5",
"version": "0.0.6",
"name": "Kopher",
"description": "A Gopher client for KaiOS",
"launch_path": "/index.html",
@@ -24,6 +24,20 @@
"description": "To notify about downloaded files"
}
},
"activities": {
"view": {
"href": "/index.html#ext",
"disposition": "window",
"filters": {
"type": "url",
"url": {
"required": true,
"pattern":"gopher:.{1,16384}"
}
},
"returnValue": false
}
},
"installs_allowed_from": [
"*"
],