-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
61 lines (61 loc) · 1.67 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
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "Digital Counter",
"short_name": "Digital Counter",
"description": "The fastest way to count. No downloads. No fuss. Begin counting now. Remembers your counting even after you leave; simply return to pick up where you left.",
"categories": ["Utilities"],
"display": "standalone",
"orientation": "portrait",
"scope": "/DigitalCounter/",
"id": "/DigitalCounter/index.html?utm_source=standalone&utm_medium=pwa",
"start_url": "/DigitalCounter/index.html?utm_source=standalone&utm_medium=pwa",
"icons": [{
"src": "img/android-icon-96x96.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "any"
}, {
"src": "img/android-icon-144x144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "any"
}, {
"src": "img/android-icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
}, {
"src": "img/android-icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"screenshots": [{
"src": "img/screenshot-mobile-1.jpg",
"sizes": "552x890",
"type": "image/jpeg"
}, {
"src": "img/screenshot-mobile-2.jpg",
"sizes": "552x890",
"type": "image/jpeg"
}, {
"src": "img/screenshot-mobile-3.jpg",
"sizes": "552x890",
"type": "image/jpeg"
}, {
"src": "img/screenshot-mobile-4.jpg",
"sizes": "552x890",
"type": "image/jpeg"
}, {
"src": "img/screenshot-mobile-5.jpg",
"sizes": "552x890",
"type": "image/jpeg"
}, {
"src": "img/screenshot-mobile-6.jpg",
"sizes": "552x890",
"type": "image/jpeg"
}],
"lang": "en",
"splash_pages": null
}