{
  "short_name": "PlantApp",
  "name": "ThatPlantApp - Greenhouse Management",
  "description": "Manage your greenhouse plants with ease. Track growth, monitor conditions, and optimize your plant care routine.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "icons/icon-192-maskable.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "icons/icon-192-maskable.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "minimal-ui", "standalone", "browser"],
  "orientation": "portrait-primary",
  "theme_color": "#5B8DEF",
  "background_color": "#F8FAFB",
  "categories": ["lifestyle", "productivity", "utilities"],
  "screenshots": [
    {
      "src": "screenshots/mobile-home.png",
      "type": "image/png",
      "sizes": "390x844",
      "form_factor": "narrow"
    },
    {
      "src": "screenshots/desktop-dashboard.png",
      "type": "image/png",
      "sizes": "1280x720",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Plant",
      "short_name": "Add Plant",
      "description": "Quickly add a new plant to your collection",
      "url": "/plants/add",
      "icons": [
        {
          "src": "icons/shortcut-add-plant.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "QR Scanner",
      "short_name": "Scan QR",
      "description": "Scan plant QR codes",
      "url": "/scan",
      "icons": [
        {
          "src": "icons/shortcut-scan.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "lang": "en-US",
  "dir": "ltr"
}
