-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.webapp
More file actions
68 lines (68 loc) · 1.97 KB
/
Copy pathmanifest.webapp
File metadata and controls
68 lines (68 loc) · 1.97 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"version": "1.0.0",
"name": "stayhydrated",
"description": "A file simple example manifest.webapp",
"type": "web",
"launch_path": "/index.html",
"icons": {
"56": "/your/repository/icons/ic_Appname_56.png",
"112": "/your/repository/icons/ic_Appname_112.png"
},
"developer": {
"name": "W4IT Dev",
"url": "http://w4it-dev.github.com/website"
},
"locales": {
"en-US": {
"name": "Stay hydrated",
"subtitle": "Short description for the user",
"description": "Brief description of your app"
},
"ar-AR": {
"name": "Bleib hydriert",
"subtitle": "Short description for the user",
"description": "Brief description of your app"
},
"fr-FR": {
"name": "Restez hydraté",
"subtitle": "Short description for the user",
"description": "Brief description of your app"
},
"es-ES": {
"name": "Stay hydrated",
"subtitle": "Short description for the user",
"description": "Brief description of your app"LU
},
"de-DE": {
"name": "Bleib hydriert",
"subtitle": "Short description for the user",
"description": "Brief description of your app"
},
"lb-LU": {
"name": "Restez hydraté",
"subtitle": "Short description for the user",
"description": "Brief description of your app"
},
"pt-PT": {
"name": "Stay hydrated",
"subtitle": "Short description for the user",
"description": "Brief description of your app"
},
"ru-RU": {
"name": "Bleib hydriert",
"subtitle": "Short description for the user",
"description": "Brief description of your app"
},
"uk-UA": {
"name": "Restez hydraté",
"subtitle": "Short description for the user",
"description": "Brief description of your app"
},
"zh-CN": {
"name": "Restez hydraté",
"subtitle": "Short description for the user",
"description": "Brief description of your app"
}
},
"default_locale": "en-US"
}