summaryrefslogtreecommitdiff
path: root/www/manifest.webmanifest
blob: 3e3778f760c551ea917ba14d14b081b9f0af4bbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
}