{
  "name": "Bo-tanics Lunar Planting Calendar",
  "short_name": "Lunar Calendar",
  "description": "Biodynamic moon planting calendar for 25 essential medicinal herbs — sow, tend and harvest in harmony with the lunar cycles.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#8a6030",
  "categories": ["health", "lifestyle", "education"],
  "lang": "en-GB",
  "icons": [
    { "src": "icons/icon-72.png",           "sizes": "72x72",   "type": "image/png" },
    { "src": "icons/icon-96.png",           "sizes": "96x96",   "type": "image/png" },
    { "src": "icons/icon-128.png",          "sizes": "128x128", "type": "image/png" },
    { "src": "icons/icon-144.png",          "sizes": "144x144", "type": "image/png" },
    { "src": "icons/icon-152.png",          "sizes": "152x152", "type": "image/png" },
    { "src": "icons/icon-192.png",          "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-384.png",          "sizes": "384x384", "type": "image/png" },
    { "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": "Today's Tasks",
      "short_name": "Tasks",
      "description": "See today's biodynamic garden tasks",
      "url": "./index.html?view=tasks",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Herb Planting Guide",
      "short_name": "Herbs",
      "description": "Browse all 25 herb profiles",
      "url": "./index.html?view=herbs",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
