This commit is contained in:
bobbydigitales
2024-09-13 22:57:30 -07:00
parent 9140739879
commit f0d073bab1
30 changed files with 2091 additions and 765 deletions

35
app.webmanifest Normal file
View File

@@ -0,0 +1,35 @@
{
"name": "Dandelion",
"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": "icons/dandelion_512x512.png",
"type": "image/png",
"sizes":"512x512"
}
],
"screenshots" : [
{
"src": "images/screenshot1.jpg",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide",
"label": "Dandelion desktop"
},
{
"src": "images/screenshot2.jpg",
"sizes": "720x1280",
"type": "image/png",
"form_factor": "narrow",
"label": "Dandelion mobile"
}
]
}