diff --git a/public/img/lutim256.png b/public/img/lutim256.png new file mode 100644 index 0000000..ec628eb Binary files /dev/null and b/public/img/lutim256.png differ diff --git a/public/img/lutim32.png b/public/img/lutim32.png new file mode 100644 index 0000000..b65abec Binary files /dev/null and b/public/img/lutim32.png differ diff --git a/public/img/lutim60.png b/public/img/lutim60.png new file mode 100644 index 0000000..c74a99c Binary files /dev/null and b/public/img/lutim60.png differ diff --git a/public/img/lutim90.png b/public/img/lutim90.png new file mode 100644 index 0000000..6bdaf3d Binary files /dev/null and b/public/img/lutim90.png differ diff --git a/templates/manifest.webapp.ep b/templates/manifest.webapp.ep index 835e937..7cc1f96 100644 --- a/templates/manifest.webapp.ep +++ b/templates/manifest.webapp.ep @@ -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" + } + } }