-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
66 lines (66 loc) · 1.97 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
{
"id": "com.olenata",
"short_name": "Olenata",
"name": "Olenata - Reliable and Comprehensive Fashion News Sources",
"description": "Get the latest news online at Olenata, the top online news resource for the most reliable Fashion 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://olenata.com/?utm_source=web_app_manifest&utm_medium=homescreen",
"related_applications": [
{ "platform": "webapp", "url": "https://olenata.com/manifest.json" }
],
"future_related_applications": [
{
"platform": "chromeos_play",
"id": "com.olenata.android",
"url": "https://play.google.com/store/apps/details?id=com.olenata.android"
},
{
"platform": "play",
"id": "com.olenata.android",
"url": "https://play.google.com/store/apps/details?id=com.olenata.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": [],
"shortcuts": [
{
"name": "Terms of Service",
"url": "/terms/?utm_source=web_app_manifest&utm_medium=shortcut",
"description": "Olenata Terms of Service"
},
{
"name": "Privacy Policy",
"url": "/privacy/?utm_source=web_app_manifest&utm_medium=shortcut",
"description": "Olenata Privacy Policy"
}
]
}