Herping the derp

This commit is contained in:
2023-05-19 02:28:46 +03:00
parent 6f43e6265a
commit 3ea75d83d2
33 changed files with 187 additions and 105 deletions

View File

@@ -1,11 +1,26 @@
{
"short_name": "Nix13",
"name": "Nix13",
"theme_color": "#222222",
"background_color": "#222222",
"display": "browser",
"scope": "/",
"start_url": "/",
"name": "Nix13 website",
"short_name": "Nix13 website",
"icons": [{
"src": "favicon.png",
"sizes": "512x512",
"type": "image/png"
}],
"display": "fullscreen",
"start_url": "/"
"src": "/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},{
"src": "/icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
}, {
"src": "/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
}, {
"src": "/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}]
}