-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.webapp
37 lines (37 loc) · 894 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
32
33
34
35
36
37
{
"version": "0.0.1",
"name": "My Connection",
"description": "Test your speed connection.",
"launch_path": "/index.html",
"developer": {
"name": "Bruno Maia",
"url": "http://www.jqmphp.com"
},
"permissions": [
"sms",
"contacts",
"webcontacts-manage",
"settings"
],
"locales": {
"pt-BR": {
"name": "Minha Conexao",
"description": "Teste a velocidade da sua conexao."
}
},
"default_locale": "en-US",
"icons": {
"16": "/images/icon-16.png",
"24": "/images/icon-24.png",
"32": "/images/icon-32.png",
"48": "/images/icon-48.png",
"60": "/images/icon-60.png",
"120": "/images/icon-120.png",
"128": "/images/icon-128.png",
"256": "/images/icon-256.png",
"512": "/images/icon-512.png"
},
"installs_allowed_from": ["*"],
"appcache_path": "/owd.appcache",
"orientation": "portrait-primary"
}