Small fixes to comply with Mozilla rules for the Marketplace

This commit is contained in:
mossroy 2014-04-12 19:28:26 +02:00
parent 5ad6fabf51
commit 0ce738f02d
6 changed files with 7 additions and 5 deletions

View File

@ -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>",

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

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