-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.json
More file actions
111 lines (111 loc) · 3.07 KB
/
manifest.json
File metadata and controls
111 lines (111 loc) · 3.07 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"id": "/",
"name": "Riksdagsmonitor — Swedish Parliament Intelligence",
"short_name": "Riksdagsmonitor",
"description": "Live intelligence platform monitoring Swedish Parliament. Track 349 MPs across 8 parties, coalition predictions, 45 risk rules, and 50+ years of parliamentary data.",
"start_url": "/?utm_source=pwa",
"scope": "/",
"display": "standalone",
"display_override": ["window-controls-overlay", "minimal-ui", "standalone"],
"background_color": "#0a0e27",
"theme_color": "#0a0e27",
"orientation": "any",
"lang": "en",
"dir": "ltr",
"categories": ["news", "politics", "government", "education"],
"icons": [
{
"src": "/images/favicon-16x16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "/images/favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "/images/favicon-48x48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "/images/favicon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "/images/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/images/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/images/favicon-192x192.webp",
"sizes": "192x192",
"type": "image/webp",
"purpose": "maskable"
},
{
"src": "/images/favicon-512x512.webp",
"sizes": "512x512",
"type": "image/webp",
"purpose": "maskable"
}
],
"screenshots": [
{
"src": "/images/og-image.webp",
"sizes": "1200x630",
"type": "image/webp",
"label": "Riksdagsmonitor dashboard preview",
"form_factor": "wide"
}
],
"shortcuts": [
{
"name": "Dashboard",
"short_name": "Dashboard",
"description": "Main intelligence dashboard with live MP and party metrics",
"url": "/index.html",
"icons": [
{ "src": "/images/favicon-96x96.png", "sizes": "96x96", "type": "image/png" }
]
},
{
"name": "News",
"short_name": "News",
"description": "Latest political intelligence articles and analyses",
"url": "/news/index.html",
"icons": [
{ "src": "/images/favicon-96x96.png", "sizes": "96x96", "type": "image/png" }
]
},
{
"name": "Political Intelligence",
"short_name": "Intel",
"description": "Coalition predictions, risk indicators, electoral forecasts",
"url": "/political-intelligence.html",
"icons": [
{ "src": "/images/favicon-96x96.png", "sizes": "96x96", "type": "image/png" }
]
},
{
"name": "Politician Dashboard",
"short_name": "MPs",
"description": "Voting records and behavioural metrics for 349 MPs",
"url": "/politician-dashboard.html",
"icons": [
{ "src": "/images/favicon-96x96.png", "sizes": "96x96", "type": "image/png" }
]
}
],
"related_applications": [],
"prefer_related_applications": false
}