mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-22 12:01:15 -04:00
Change version number to reflect the work in progress for v1.1
This commit is contained in:
parent
dd464e7b55
commit
a50b7f56d2
@ -51,7 +51,7 @@
|
|||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand">Evopedia v1.0.2</a>
|
<a class="navbar-brand">Evopedia v1.1.0-SNAPSHOT</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||||
|
@ -1,25 +1,25 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.2",
|
"version": "1.1.0-SNAPSHOT",
|
||||||
"name": "Evopedia",
|
"name": "Evopedia",
|
||||||
"description": "Offline Wikipedia Viewer",
|
"description": "Offline Wikipedia Viewer",
|
||||||
"launch_path": "/index.html",
|
"launch_path": "/index.html",
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "/img/icons/evopedia-16.png",
|
"16": "/img/icons/evopedia-16.png",
|
||||||
"48": "/img/icons/evopedia-48.png",
|
"48": "/img/icons/evopedia-48.png",
|
||||||
"60": "/img/icons/evopedia-60.png",
|
"60": "/img/icons/evopedia-60.png",
|
||||||
"128": "/img/icons/evopedia-128.png"
|
"128": "/img/icons/evopedia-128.png"
|
||||||
},
|
},
|
||||||
"developer": {
|
"developer": {
|
||||||
"name": "Mossroy <mossroy@free.fr>",
|
"name": "Mossroy <mossroy@free.fr>",
|
||||||
"url": "https://github.com/mossroy"
|
"url": "https://github.com/mossroy"
|
||||||
},
|
},
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"device-storage:sdcard": {
|
"device-storage:sdcard": {
|
||||||
"description": "Required to read wikipedia archives",
|
"description": "Required to read wikipedia archives",
|
||||||
"access": "readonly"
|
"access": "readonly"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": "privileged",
|
"type": "privileged",
|
||||||
"origin": "app://evopedia.info"
|
"origin": "app://evopedia.info"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user