-
Notifications
You must be signed in to change notification settings - Fork 0
/
timetrackr.manifest.json
43 lines (43 loc) · 1.17 KB
/
timetrackr.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "TimeTrackr",
"short_name": "TimeTrackr",
"description": "The app that helps you with tracking your times at work!",
"start_url": "./?utm_source=web_app_manifest",
"lang": "de",
"display": "fullscreen",
"theme_color": "#444444",
"background_color": "#ff0066",
"icons": [{
"src": "static/icons/laucher/launcher_icon_72.png",
"sizes": "72x72",
"type": "image/png"
}, {
"src": "static/icons/laucher/launcher_icon_144.png",
"sizes": "144x144",
"type": "image/png"
}, {
"src": "static/icons/laucher/launcher_icon_168.png",
"sizes": "168x168",
"type": "image/png"
}, {
"src": "static/icons/laucher/launcher_icon_192.png",
"sizes": "192x192",
"type": "image/png"
}, {
"src": "static/icons/laucher/launcher_icon_256.png",
"sizes": "256x256",
"type": "image/png"
}, {
"src": "static/icons/laucher/launcher_icon_384.png",
"sizes": "384x384",
"type": "image/png"
}, {
"src": "static/icons/laucher/launcher_icon_512.png",
"sizes": "512x512",
"type": "image/png"
}, {
"src": "static/icons/laucher/launcher_icon_2048.png",
"sizes": "2048x2048",
"type": "image/png"
}]
}