-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
79 lines (79 loc) · 2.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"id": "com.majordigest",
"short_name": "Major Digest",
"name": "Major Digest - Reliable and Comprehensive News Sources",
"description": "Get the latest news online at Major Digest, the top online news resource for the most reliable news sources. Stay informed about the world around you!",
"icons": [
{
"src": "/assets/icons/logo-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/assets/icons/logo-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/assets/icons/logo-512x512-maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"start_url": "https://majordigest.com/?utm_source=web_app_manifest&utm_medium=homescreen",
"related_applications": [
{ "platform": "webapp", "url": "https://majordigest.com/manifest.json" },
{
"platform": "chromeos_play",
"id": "com.majordigest.android",
"url": "https://play.google.com/store/apps/details?id=com.majordigest.android"
},
{
"platform": "play",
"id": "com.majordigest.android",
"url": "https://play.google.com/store/apps/details?id=com.majordigest.android"
}
],
"prefer_related_applications": false,
"display_override": ["fullscreen", "minimal-ui"],
"display": "standalone",
"orientation": "portrait",
"lang": "en",
"dir": "auto",
"scope": "/",
"categories": ["news", "magazines"],
"iarc_rating_id": "997d79b0-0e40-44ec-8256-6040b2082faf",
"screenshots": [
{
"src": "https://majordigest.com/assets/screenshots/screenshot-home.png",
"sizes": "2048x1300",
"type": "image/png",
"platform": "wide",
"label": "Major Digest home page"
},
{
"src": "https://majordigest.com/assets/screenshots/screenshot-sports.png",
"sizes": "2048x1300",
"type": "image/png",
"platform": "wide",
"label": "Major Digest sports news"
}
],
"shortcuts": [
{
"name": "Terms of Service",
"url": "/terms/?utm_source=web_app_manifest&utm_medium=shortcut",
"description": "Major Digest Terms of Service"
},
{
"name": "Privacy Policy",
"url": "/privacy/?utm_source=web_app_manifest&utm_medium=shortcut",
"description": "Major Digest Privacy Policy"
}
]
}