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