-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.webmanifest
53 lines (53 loc) · 1.25 KB
/
site.webmanifest
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
{
"name": "AI Game Collection",
"short_name": "AI Game Collection",
"start_url": "index.html",
"id": "ai-game-collection",
"description": "This site and all games were built using AI with minimal code changes.",
"display": "fullscreen",
"orientation": "portrait-primary",
"icons": [
{
"src": "images/icons/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "images/icons/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"launch_handler": {
"route_to": "index.html",
"client_mode": "auto"
},
"scope_extensions": [
{
"origin": "*",
"target": "_blank"
}
],
"theme_color": "#181d34",
"background_color": "#181d34",
"display_override": [
"fullscreen",
"window-controls-overlay",
"minimal-ui"
],
"categories": ["games"],
"edge_side_panel": {
"preferred_width": 0
},
"prefer_related_applications": true,
"related_applications": [
{
"platform": "play",
"id": "dev.jereme.games.twa",
"url": "https://play.google.com/store/apps/details?id=dev.jereme.games.twa"
}
],
"shortcuts": []
}