-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
48 lines (48 loc) · 1.39 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"dir": "ltr",
"lang": "en",
"name": "TIME",
"short_name": "TIME",
"scope": "/",
"display": "standalone",
"start_url": "https://t-i-m-e.github.io/?source=pwa&footer=false",
"background_color": "#000",
"theme_color": "#000",
"description": "TIME - Digital Clock",
"orientation": "any",
"related_applications": [],
"prefer_related_applications": false,
"icons": [
{
"src": "https://t-i-m-e.github.io/assets/images/icons/512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "https://t-i-m-e.github.io/assets/images/icons/192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "https://t-i-m-e.github.io/assets/images/icons/1024x1024.png",
"sizes": "1024x1024",
"type": "image/png",
"purpose": "any"
}
],
"url": "https://t-i-m-e.github.io",
"screenshots": [
{
"src": "https://t-i-m-e.github.io/assets/images/screenshots/1280x800.png",
"sizes": "1280x800",
"type": "image/png"
},
{
"src": "https://t-i-m-e.github.io/assets/images/screenshots/750x1334.png",
"sizes": "750x1334",
"type": "image/png"
}
]
}