{
  "name": "Plot — UK Garden Planner",
  "short_name": "Plot",
  "description": "Sowing, planting, harvest and pruning dates adjusted to the real frost dates where you live.",
  "id": "./",
  "start_url": "./plan.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#f7f2e8",
  "theme_color": "#f7f2e8",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["lifestyle", "productivity", "utilities"],
  "icons": [
    { "src": "icons/favicon-32.png", "sizes": "32x32", "type": "image/png" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "What to do this month",
      "short_name": "This month",
      "url": "./plan.html#t=now",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pruning calendar",
      "short_name": "Pruning",
      "url": "./plan.html#t=flowers&ov=prune",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Year timeline",
      "short_name": "Timeline",
      "url": "./plan.html#t=timeline",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
