{
  "name": "Square Foot Garden",
  "short_name": "SFG",
  "description": "Plan beds, track crops, log harvests — Mel Bartholomew's Square Foot Gardening method in your pocket.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#EDE5D0",
  "theme_color": "#2D5237",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icon.svg",     "sizes": "any",     "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon.svg",     "sizes": "any",     "type": "image/svg+xml", "purpose": "maskable" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png",     "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png",     "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "My Garden",
      "short_name": "Garden",
      "description": "View your raised beds",
      "url": "/?view=garden",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Log Harvest",
      "short_name": "Harvest",
      "description": "Record a harvest",
      "url": "/?view=season&tab=harvests",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ],
  "categories": ["food", "lifestyle", "utilities"],
  "lang": "en-US",
  "id": "com.refridge.sfg"
}
