This commit is contained in:
2024-01-14 18:40:47 -06:00
parent 12167e8d5a
commit a4430227e3
17 changed files with 13370 additions and 48 deletions

View File

@@ -0,0 +1,20 @@
{
"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"
}
]
}