-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
38 lines (38 loc) · 1.07 KB
/
Copy pathmanifest.json
File metadata and controls
38 lines (38 loc) · 1.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
{
"name": "Statedoku — Daily US States Puzzle",
"short_name": "Statedoku",
"description": "A free daily geography puzzle. Fill a 3×3 grid with US states matching every row and column constraint. Sudoku meets American geography.",
"start_url": "/?utm_source=pwa",
"scope": "/",
"display": "standalone",
"display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
"background_color": "#FAFAF9",
"theme_color": "#0F2147",
"orientation": "portrait",
"lang": "en-US",
"dir": "ltr",
"categories": ["games", "education", "entertainment"],
"icons": [
{
"src": "/favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
],
"shortcuts": [
{
"name": "Today's puzzle",
"short_name": "Today",
"description": "Jump to today's daily puzzle",
"url": "/?utm_source=pwa_shortcut"
},
{
"name": "Stats",
"short_name": "Stats",
"url": "/?stats=1&utm_source=pwa_shortcut"
}
],
"related_applications": [],
"prefer_related_applications": false
}