From 462e9cca1d021652972067de39ff0118ce5faa2b Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Fri, 24 Dec 2021 08:48:19 -0800 Subject: Christmas eve checkpoint Well, it's not pretty, but it's Christmas eve and it's time to ship. --- www/manifest.webmanifest | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 www/manifest.webmanifest (limited to 'www/manifest.webmanifest') diff --git a/www/manifest.webmanifest b/www/manifest.webmanifest new file mode 100644 index 0000000..3e3778f --- /dev/null +++ b/www/manifest.webmanifest @@ -0,0 +1,16 @@ +{ + "background_color": "#DDD", + "description": "An app to track when houseplants were last watered", + "display": "fullscreen", + "icons": [ + { + "src": "icon.png", + "sizes": "64x64", + "type": "image/png" + } + ], + "name": "Flowerpot", + "short_name": "Flowerpot", + "start_url": "/index.html" +} + -- cgit v1.2.3