🧡 Initial commit with Sveltekit.

This commit is contained in:
pheralb
2023-03-14 21:08:22 +00:00
parent 494d2b5e01
commit 41d98985b4
221 changed files with 191 additions and 1526 deletions
+38
View File
@@ -0,0 +1,38 @@
{
"theme_color": "#4343E5",
"background_color": "#050505",
"display": "minimal-ui",
"scope": "/",
"start_url": "/",
"name": "SVGL",
"short_name": "SVGL",
"description": "Beautiful SVG vector logos",
"icons": [
{
"src": "/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/icons/maskable_icon.png",
"sizes": "196x196",
"type": "image/png",
"purpose": "maskable"
}
]
}