From 54f214b1fcbff7cd6ca72ef14e857461905bb688 Mon Sep 17 00:00:00 2001 From: Sebastian Lay Date: Mon, 2 Aug 2021 20:30:32 +0200 Subject: [PATCH] Added web app manifest --- faq.html | 1 + guide.html | 1 + index.html | 1 + manifest.json | 12 ++++++++++++ random.html | 1 + 5 files changed, 16 insertions(+) create mode 100644 manifest.json diff --git a/faq.html b/faq.html index 6aa7404..e711c50 100644 --- a/faq.html +++ b/faq.html @@ -21,6 +21,7 @@ + diff --git a/guide.html b/guide.html index 78c3fd2..d9c4829 100644 --- a/guide.html +++ b/guide.html @@ -21,6 +21,7 @@ + diff --git a/index.html b/index.html index c54f9b9..a668ad6 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,7 @@ + diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..0a5e460 --- /dev/null +++ b/manifest.json @@ -0,0 +1,12 @@ +{ + "name": "analog film", + "short_name": "analog film", + "start_url": "/", + "display": "standalone", + "background_color": "#ccc", + "description": "a database of currently available 35mm, 110 and medium format film stocks", + "icons": [{ + "src": "favicon.svg", + "sizes": "any" + }] +} \ No newline at end of file diff --git a/random.html b/random.html index 3705ede..3d9f65e 100644 --- a/random.html +++ b/random.html @@ -21,6 +21,7 @@ +