{
  "short_name": "PlantPal",
  "name": "PlantPal Garden Manager",
  "description": "Track gardens, plants, tasks, diary notes, weather alerts, and care plans.",
  "id": "/",
  "icons": [
    {
      "src": "/plantpal-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait-primary",
  "theme_color": "#173a40",
  "background_color": "#e7f3ec",
  "categories": ["productivity", "lifestyle", "utilities"],
  "shortcuts": [
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "Open garden tasks.",
      "url": "/tasks",
      "icons": [
        {
          "src": "/plantpal-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Diary",
      "short_name": "Diary",
      "description": "Add or review diary notes.",
      "url": "/diary",
      "icons": [
        {
          "src": "/plantpal-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Weather",
      "short_name": "Weather",
      "description": "Check garden weather alerts.",
      "url": "/weather",
      "icons": [
        {
          "src": "/plantpal-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
