Lotsa changes :)

This commit is contained in:
bobbydigitales
2024-10-03 12:32:59 -07:00
parent c449267f01
commit 2236ff0e6d
41 changed files with 1402 additions and 541 deletions

42
static/app.webmanifest Normal file
View File

@@ -0,0 +1,42 @@
{
"name": "ddln",
"short_name": "ddln",
"start_url": "/",
"display": "standalone",
"display_override": [
"window-controls-overlay",
"standalone"
],
"id": "b1dbe643-36fc-4419-9448-80f32a1baa1a",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "/static/icons/dandelion_512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"screenshots": [
{
"src": "/static/images/screenshot1.jpg",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide",
"label": "Dandelion desktop"
},
{
"src": "/static/images/screenshot2.jpg",
"sizes": "720x1280",
"type": "image/png",
"form_factor": "narrow",
"label": "Dandelion mobile"
}
],
"protocol_handlers": [
{
"protocol": "web+ddln",
"url": "/%s"
}
]
}