{
  "name": "Plotera — Your Garden, Anywhere",
  "short_name": "Plotera",
  "description": "Plan, track and grow your vegetable garden. Planting calendar, zone management, seed inventory, nursery trays and more.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#0e1a0a",
  "theme_color": "#141e10",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["food", "lifestyle", "utilities"],
  "icons": [
    {
      "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-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Gardens",
      "short_name": "Gardens",
      "description": "View your gardens",
      "url": "/app?tab=gardens",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Plant Encyclopedia",
      "short_name": "Plants",
      "description": "Browse the plant encyclopedia",
      "url": "/app?tab=encyc",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
