{
  "name": "Wizard of Weed — AI Cannabis Concierge",
  "short_name": "WOW",
  "description": "AI-powered cannabis concierge: personalized strain recommendations, dispensary discovery, streaks, and creator tools.",
  "start_url": "/?src=pwa",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#199862",
  "categories": ["lifestyle", "health", "shopping", "entertainment"],
  "icons": [
    { "src": "/favicon.ico", "sizes": "48x48", "type": "image/x-icon" },
    { "src": "/placeholder.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Ask the Wizard", "short_name": "Wizard", "url": "/chat?src=pwa_shortcut", "description": "Chat with the AI cannabis concierge" },
    { "name": "Find Strains", "short_name": "Strains", "url": "/strains?src=pwa_shortcut" },
    { "name": "Nearby Dispensaries", "short_name": "Map", "url": "/map?src=pwa_shortcut" },
    { "name": "Daily Check-in", "short_name": "Daily", "url": "/daily?src=pwa_shortcut" }
  ],
  "share_target": {
    "action": "/search",
    "method": "GET",
    "params": { "title": "q", "text": "q", "url": "q" }
  }
}
