Merge pull request #1252 from smilerz/sw_at_ScriptName

change manifest paths to be relative
This commit is contained in:
vabene1111
2022-01-07 15:39:49 +01:00
committed by GitHub

View File

@@ -14,35 +14,35 @@
"sizes": "512x512"
}
],
"start_url": "/search",
"start_url": "./search",
"background_color": "#ffcb76",
"display": "standalone",
"scope": "/",
"scope": ".",
"theme_color": "#ffcb76",
"shortcuts": [
{
"name": "Plan",
"short_name": "Plan",
"description": "View your meal Plan",
"url": "/plan"
"url": "./plan"
},
{
"name": "Books",
"short_name": "Cookbooks",
"description": "View your cookbooks",
"url": "/books"
"url": "./books"
},
{
"name": "Shopping",
"short_name": "Shopping",
"description": "View your shopping lists",
"url": "/list/shopping-list/"
"url": "./list/shopping-list/"
},
{
"name": "Latest Shopping List",
"short_name": "Shopping List",
"description": "View the latest shopping list",
"url": "/shopping/latest/"
"url": "./shopping/latest/"
}
]
}