-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
28 lines (24 loc) · 1.29 KB
/
manifest.json
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
{ "description": "Hübsche Gedichte - Fabelartig Wort",
"display": "fullscreen",
"name": "Hübsche Gedichte",
"short_name": "+EERM+",
"author": "Mario Mihalić",
"theme_color": "#403d72",
"lang": "de-DE",
"background_color": "#403d72",
"start_url": "/index.html",
"icons": [ {"src": "android-icon-48.png","sizes":"48x48","type": "image/png"},
{"src": "apple-touch-icon-57.png","sizes":"57x57","type": "image/png"},
{"src": "apple-touch-icon-60.png","sizes":"60x60","type": "image/png"},
{"src": "apple-touch-icon-72.png","sizes":"72x72","type": "image/png"},
{"src": "android-icon-96.png","sizes":"96x96","type": "image/png"},
{"src": "apple-touch-icon-114.png","sizes":"114x114","type": "image/png"},
{"src": "apple-touch-icon-120.png","sizes":"120x120","type": "image/png"},
{"src": "apple-touch-icon-128.png","sizes":"128x128","type": "image/png"},
{"src": "apple-touch-icon-144.png","sizes":"144x144","type": "image/png"},
{"src": "apple-touch-icon-152.png","sizes":"152x152","type": "image/png"},
{"src": "apple-touch-icon-180.png","sizes":"180x180","type": "image/png"},
{"src": "android-icon-192.png","sizes":"192x192","type": "image/png"},
{"src": "android-icon-512.png","sizes":"512x512","type": "image/png"}
]
}