diff options
| author | Jesse Morgan <jesse@jesterpm.net> | 2021-12-24 08:48:19 -0800 | 
|---|---|---|
| committer | Jesse Morgan <jesse@jesterpm.net> | 2021-12-24 08:48:19 -0800 | 
| commit | 462e9cca1d021652972067de39ff0118ce5faa2b (patch) | |
| tree | a2ad7c53f3eea7a05a774ea12c08440c776b7e45 /www/manifest.webmanifest | |
| parent | b13c9d23c792ec8c1764444a96986f0800d7084a (diff) | |
Christmas eve checkpoint
Well, it's not pretty, but it's Christmas eve and it's time to ship.
Diffstat (limited to 'www/manifest.webmanifest')
| -rw-r--r-- | www/manifest.webmanifest | 16 | 
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" +} +  | 
