From cb2d716b38ca330b4d183a47ff9a8142fdf58c7f Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 20 Oct 2018 13:03:36 -0700 Subject: [PATCH] templates/base: add PWA manifest --- static/manifest.json | 9 +++++++++ templates/base.html | 1 + 2 files changed, 10 insertions(+) create mode 100644 static/manifest.json diff --git a/static/manifest.json b/static/manifest.json new file mode 100644 index 0000000..3fee2f5 --- /dev/null +++ b/static/manifest.json @@ -0,0 +1,9 @@ +{ + "name": "Christine Dodrill", + "short_name": "Christine", + "theme_color": "#ffcbe4", + "background_color": "#fa99ca", + "display": "standalone", + "scope": "/", + "start_url": "/" +} diff --git a/templates/base.html b/templates/base.html index 13722a0..52a98fc 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,6 +5,7 @@ +