diff --git a/cookbook/static/manifest/icon-192.png b/cookbook/static/manifest/icon-192.png new file mode 100644 index 000000000..2a84588b7 Binary files /dev/null and b/cookbook/static/manifest/icon-192.png differ diff --git a/cookbook/static/manifest/icon-512.png b/cookbook/static/manifest/icon-512.png new file mode 100644 index 000000000..2fb8bdd60 Binary files /dev/null and b/cookbook/static/manifest/icon-512.png differ diff --git a/cookbook/static/manifest/webmanifest b/cookbook/static/manifest/webmanifest new file mode 100644 index 000000000..227f78b93 --- /dev/null +++ b/cookbook/static/manifest/webmanifest @@ -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" +} diff --git a/cookbook/templates/base.html b/cookbook/templates/base.html index 45de3c80d..ef78315fe 100644 --- a/cookbook/templates/base.html +++ b/cookbook/templates/base.html @@ -16,6 +16,7 @@ +