feat(web): hash build files to avoid cache issues

This commit is contained in:
Paul Armstrong
2021-01-16 10:12:39 -08:00
committed by Blake Blackshear
parent 7f8ae2ce5c
commit 3c072f94b0
15 changed files with 5949 additions and 5451 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ff0000",
"background_color": "#ff0000",
"display": "standalone"
}