summaryrefslogtreecommitdiff
path: root/www/manifest.webmanifest
diff options
context:
space:
mode:
Diffstat (limited to 'www/manifest.webmanifest')
-rw-r--r--www/manifest.webmanifest16
1 files changed, 16 insertions, 0 deletions
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"
+}
+