mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
added webmanifest to static files to improve mobile (shortcut) experience
This commit is contained in:
BIN
cookbook/static/manifest/icon-192.png
Normal file
BIN
cookbook/static/manifest/icon-192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
BIN
cookbook/static/manifest/icon-512.png
Normal file
BIN
cookbook/static/manifest/icon-512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
21
cookbook/static/manifest/webmanifest
Normal file
21
cookbook/static/manifest/webmanifest
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "Recipes",
|
||||
"description": "Application to manage, tag and search recipes.",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/static/manifest/icon-192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "/static/manifest/icon-512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": "/search",
|
||||
"background_color": "#18BC9C",
|
||||
"display": "standalone",
|
||||
"scope": "/",
|
||||
"theme_color": "#18BC9C"
|
||||
}
|
||||
Reference in New Issue
Block a user