ProjectFirewatch/static/site.webmanifest
Sophia Atkinson 1e1773c047
Fixed errors and styles
Just some tweaks, changed from a standard youtube iframe to a stylized css+js combo that looks better on the page

I also fixed compatability issues with older browsers and Safari.
2023-09-17 21:51:55 -07:00

20 lines
446 B
JSON

{
"name": "Project Firewatch",
"short_name": "PFW",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffa500",
"background_color": "#ffa500",
"display": "standalone"
}