externalise the webmanifest

This commit is contained in:
2023-11-18 23:29:27 +01:00
parent 6b8e6826cc
commit 3627e1fbea
4 changed files with 2959 additions and 5 deletions

24
manifest.webmanifest Normal file
View File

@ -0,0 +1,24 @@
{
"name": "Topos",
"short_name": "Topos",
"description": "Live coding environment",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"scope": "/",
"start_url": "/",
"icons": [
{
"src": "./favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "./favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}