Small update to manifest.webapp

Add a script to package the application for the Marketplace
This commit is contained in:
mossroy 2013-08-17 17:33:22 +02:00
parent 3367336d22
commit 7aa55341d7
2 changed files with 3 additions and 7 deletions

View File

@ -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
View File

@ -0,0 +1 @@
zip evopedia.zip css fonts img js favicon.ico index.html manifest.webapp README.md