-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.webapp
31 lines (31 loc) · 907 Bytes
/
manifest.webapp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"version": "1.0",
"name": "ConverTemp",
"description": "Conversor de unidades de temperatura, con soporte para idiomas en checo e inglés gracias a Víězslav 'Vitex' Dvoák",
"launch_path": "/index.html",
"fullscreen": "false",
"icons": {
"128": "/images/icon.png"
},
"developer": {
"name": "Andres Godinez",
"url": "https://mozillians.org/en-US/u/AGodinez/"
},
"default_locale": "es",
"installs_allowed_from": [
"*"
],
"locales": {
"cs": {
"name" : "ConverTemp",
"description" : "Teplotní konvertor jednotek, s podporou pro české a anglické verzi, díky Víězslav 'Vitex' Dvoák"
},
"en": {
"name" : "ConverTemp",
"description" : "Temperature units converter, with support for Czech and English languages thanks to Víězslav 'Vitex' Dvoák"
}
},
"messages": [
{ "alarm": "/index.html" }
]
}