mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-23 04:28:30 -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",
|
||||
"description": "Offline Wikipedia Reader",
|
||||
"launch_path": "/index.html",
|
||||
@ -13,15 +13,10 @@
|
||||
"url": "https://github.com/mossroy"
|
||||
},
|
||||
"installs_allowed_from": ["*"],
|
||||
"locales": {
|
||||
"fr": {
|
||||
"description": "Lecteur Wikipedia hors-connexion"
|
||||
}
|
||||
},
|
||||
"default_locale": "en",
|
||||
"permissions": {
|
||||
"device-storage:sdcard": {
|
||||
"description": "Required to read wikipedia dumps",
|
||||
"description": "Required to read evopedia archives",
|
||||
"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