istheinternetonfire/assets/html/site.webmanifest
2024-01-14 18:40:47 -06:00

20 lines
478 B
JSON

{
"name": "Is the internet on fire",
"short_name": "istheinternetonfire.app",
"start_url": "https://istheinternetonfir.app",
"display": "standalone",
"background_color": "#fff",
"description": "A website dedicated to communicating the most recent critical internet vulnerabilities.",
"icons": [
{
"src": "apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
}
]
}