mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-24 04:54:51 -04:00
Small fixes to comply with Mozilla rules for the Marketplace
This commit is contained in:
parent
5ad6fabf51
commit
0ce738f02d
@ -5,9 +5,13 @@
|
|||||||
"launch_path": "/www/index.html",
|
"launch_path": "/www/index.html",
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "/www/img/icons/evopedia-16.png",
|
"16": "/www/img/icons/evopedia-16.png",
|
||||||
|
"32": "/www/img/icons/evopedia-32.png",
|
||||||
"48": "/www/img/icons/evopedia-48.png",
|
"48": "/www/img/icons/evopedia-48.png",
|
||||||
"60": "/www/img/icons/evopedia-60.png",
|
"60": "/www/img/icons/evopedia-60.png",
|
||||||
"128": "/www/img/icons/evopedia-128.png"
|
"90": "/www/img/icons/evopedia-90.png",
|
||||||
|
"120": "/www/img/icons/evopedia-120.png",
|
||||||
|
"128": "/www/img/icons/evopedia-128.png",
|
||||||
|
"256": "/www/img/icons/evopedia-256.png"
|
||||||
},
|
},
|
||||||
"developer": {
|
"developer": {
|
||||||
"name": "Mossroy <mossroy@free.fr>",
|
"name": "Mossroy <mossroy@free.fr>",
|
||||||
|
BIN
www/img/icons/evopedia-120.png
Normal file
BIN
www/img/icons/evopedia-120.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
www/img/icons/evopedia-256.png
Normal file
BIN
www/img/icons/evopedia-256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
www/img/icons/evopedia-32.png
Normal file
BIN
www/img/icons/evopedia-32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
www/img/icons/evopedia-90.png
Normal file
BIN
www/img/icons/evopedia-90.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
@ -1,10 +1,8 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>tittle</title>
|
<meta http-equiv="refresh" content="0; url=index.html">
|
||||||
<script>
|
<title>redirection to index.html</title>
|
||||||
window.location='index.html';
|
|
||||||
</script>
|
|
||||||
<body>
|
<body>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user