add configurable URL prefix

This commit is contained in:
Alex
2019-12-03 23:18:14 +02:00
parent 9a959f9326
commit a524f1faf3
5 changed files with 35 additions and 16 deletions

View File

@@ -3,12 +3,12 @@
"short_name": "",
"icons": [
{
"src": "/favicon/android-chrome-192x192.png",
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicon/android-chrome-384x384.png",
"src": "android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}