mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-24 04:54:51 -04:00
Small update to manifest.webapp
Add a script to package the application for the Marketplace
This commit is contained in:
parent
3367336d22
commit
7aa55341d7
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.1",
|
"version": "1.0",
|
||||||
"name": "Evopedia",
|
"name": "Evopedia",
|
||||||
"description": "Offline Wikipedia Reader",
|
"description": "Offline Wikipedia Reader",
|
||||||
"launch_path": "/index.html",
|
"launch_path": "/index.html",
|
||||||
@ -13,15 +13,10 @@
|
|||||||
"url": "https://github.com/mossroy"
|
"url": "https://github.com/mossroy"
|
||||||
},
|
},
|
||||||
"installs_allowed_from": ["*"],
|
"installs_allowed_from": ["*"],
|
||||||
"locales": {
|
|
||||||
"fr": {
|
|
||||||
"description": "Lecteur Wikipedia hors-connexion"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"device-storage:sdcard": {
|
"device-storage:sdcard": {
|
||||||
"description": "Required to read wikipedia dumps",
|
"description": "Required to read evopedia archives",
|
||||||
"access": "readonly"
|
"access": "readonly"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
1
package_app.sh
Executable file
1
package_app.sh
Executable file
@ -0,0 +1 @@
|
|||||||
|
zip evopedia.zip css fonts img js favicon.ico index.html manifest.webapp README.md
|
Loading…
x
Reference in New Issue
Block a user