{
  "id": "/",
  "name": "Woa",
  "short_name": "Woa",
  "description": "Shared watering and fertilizer reminders for household plants.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#155556",
  "theme_color": "#155556",
  "categories": ["lifestyle", "productivity", "utilities"],
  "icons": [
    {
      "src": "/web-app-manifest-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Woa",
      "short_name": "Woa",
      "description": "Open the plant care dashboard.",
      "url": "/",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
