-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.webmanifest
40 lines (40 loc) · 1.11 KB
/
manifest.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
{
"background_color": "#ffffff",
"description": "Play as Sonic, Tails or Knuckles as you travel throughout South Island to defeat the nefarious Dr. Eggman!",
"dir": "ltr",
"id": "/",
"display": "standalone",
"name": "Sonic 1 WASM",
"orientation": "landscape",
"scope": "https://grubbyplaya.github.io/Sonic-1-WASM/",
"short_name": "Sonic 1",
"start_url": "https://grubbyplaya.github.io/Sonic-1-WASM/",
"theme_color": "#003aad",
"categories": [],
"screenshots": [],
"prefer_related_applications": false,
"icons": [
{
"src": "icon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icon/android-chrome-maskable-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icon/android-chrome-maskable-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}