{
  "id": "/?source=pwa",
  "name": "Berry Picky",
  "short_name": "Berry Picky",
  "description": "A strawberry-cultivar reference for home gardeners. Sources cited.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait",
  "background_color": "#fdfdfb",
  "theme_color": "#9c1c2e",
  "lang": "en-US",
  "categories": ["education", "lifestyle", "food"],
  "icons": [
    { "src": "icon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "any maskable" },
    { "src": "icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Open the picker",
      "short_name": "Picker",
      "url": "/#/q1",
      "description": "Start the cultivar picker."
    },
    {
      "name": "Browse all cultivars",
      "short_name": "Database",
      "url": "/#/browse",
      "description": "Browse the full cultivar database."
    }
  ]
}
