Files
daily-counter/app/static/manifest.json
John Ahlroos c14a86b190
All checks were successful
Build & Release / build-docker-image (push) Successful in 1m51s
Build & Release / deploy-to-production (push) Successful in 8s
Add PWA manifest and SW
2026-04-10 21:08:45 +02:00

8 lines
166 B
JSON

{
"short_name": "Daily Counter",
"name": "Daily Counter",
"start_url": ".",
"display": "standalone",
"theme_color": "white",
"background_color": "white"
}