mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-07-21 09:02:28 +02:00
34 lines
938 B
Plaintext
34 lines
938 B
Plaintext
{
|
|
"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"
|
|
}
|
|
},
|
|
"chrome": { "navigation": true }
|
|
}
|