Add more icons of different sizes in manifest.webapp

This commit is contained in:
Luc Didry
2014-07-11 12:00:12 +02:00
parent a4ca866790
commit d03ce97c8b
5 changed files with 30 additions and 25 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

+30 -25
View File
@@ -1,27 +1,32 @@
{
"name": "Lutim",
"description": "Lets Upload That Image.",
"launch_path": "<%= url_for('/') %>",
"icons": {
"128": "<%= url_for('/img/lutim128.png') %>"
},
"developer": {
"name": "Lutim team !",
"url": "https://github.com/ldidry/lutim"
},
"default_locale": "en",
"locales": {
"fr": {
"description": "Juste télécharger cette image."
}
},
"activities": {
"share": {
"filters": {
"type": [ "image/*"]
},
"href": "<%= url_for('/') %>",
"disposition": "window"
}
}
"name": "Lutim",
"description": "Lets Upload That Image!",
"launch_path": "<%= url_for('/') %>",
"icons": {
"32": "<%= url_for('/img/lutim32.png') %>",
"60": "<%= url_for('/img/lutim60.png') %>",
"90": "<%= url_for('/img/lutim90.png') %>",
"120": "<%= url_for('/img/lutim120.png') %>",
"128": "<%= url_for('/img/lutim128.png') %>",
"256": "<%= url_for('/img/lutim256.png') %>"
},
"developer": {
"name": "Lutim team !",
"url": "https://github.com/ldidry/lutim"
},
"default_locale": "en",
"locales": {
"fr": {
"description": "Envoyons cette image !"
}
},
"activities": {
"share": {
"filters": {
"type": [ "image/*"]
},
"href": "<%= url_for('/') %>",
"disposition": "window"
}
}
}