mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-23 04:28:30 -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",
|
||||
"icons": {
|
||||
"16": "/www/img/icons/evopedia-16.png",
|
||||
"32": "/www/img/icons/evopedia-32.png",
|
||||
"48": "/www/img/icons/evopedia-48.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": {
|
||||
"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>
|
||||
<html>
|
||||
<head>
|
||||
<title>tittle</title>
|
||||
<script>
|
||||
window.location='index.html';
|
||||
</script>
|
||||
<meta http-equiv="refresh" content="0; url=index.html">
|
||||
<title>redirection to index.html</title>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user