Merge pull request #602 from dvdpearson/dev

Dynamize manifest.json with configurable options
This commit is contained in:
Svilen Markov
2025-04-23 12:25:09 +01:00
committed by GitHub
8 changed files with 104 additions and 51 deletions
-14
View File
@@ -1,14 +0,0 @@
{
"name": "Glance",
"display": "standalone",
"background_color": "#151519",
"scope": "/",
"start_url": "/",
"icons": [
{
"src": "app-icon.png",
"type": "image/png",
"sizes": "512x512"
}
]
}