Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wellsousaaa
GitHub Repository: wellsousaaa/Five-Nights-at-Freddys-Web
Path: blob/main/public/manifest.json
270 views
1
{
2
"theme_color": "#000000",
3
"background_color": "#000000",
4
"display": "fullscreen",
5
"scope": "https://wellsousaaa.github.io/Five-Nights-at-Freddys-Web/",
6
"start_url": "https://wellsousaaa.github.io/Five-Nights-at-Freddys-Web/",
7
"name": "Five Nights at Freddy's Web",
8
"short_name": "FNAF Web",
9
"description": "A web version of the popular game Five Nights at Freddy's",
10
"orientation": "landscape",
11
"icons": [
12
{
13
"src": "favicon.ico",
14
"sizes": "64x64 32x32 24x24 16x16",
15
"type": "image/x-icon"
16
},
17
{
18
"src": "/icon-192x192.png",
19
"sizes": "192x192",
20
"type": "image/png"
21
},
22
{
23
"src": "/icon-256x256.png",
24
"sizes": "256x256",
25
"type": "image/png"
26
},
27
{
28
"src": "/icon-384x384.png",
29
"sizes": "384x384",
30
"type": "image/png"
31
},
32
{
33
"src": "/icon-512x512.png",
34
"sizes": "512x512",
35
"type": "image/png"
36
}
37
]
38
}
39
40