{
  "name": "Powder Finder",
  "short_name": "PowderFinder",
  "description": "AI-powered powder snow intelligence for ski resorts",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0a0a0a",
  "background_color": "#0a0a0a",
  "scope": "/",
  "categories": ["sports", "weather", "travel"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/static/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/dashboard-mobile.png",
      "sizes": "375x812",
      "type": "image/png",
      "platform": "narrow",
      "label": "Mobile Dashboard showing powder conditions"
    },
    {
      "src": "/static/screenshots/dashboard-desktop.png",
      "sizes": "1200x800",
      "type": "image/png",
      "platform": "wide",
      "label": "Desktop Dashboard with interactive map"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Best Powder",
      "short_name": "Best Powder",
      "description": "Quickly find the best powder conditions near you",
      "url": "/dashboard?action=find-powder",
      "icons": [
        {
          "src": "/static/icons/shortcut-powder.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Map",
      "short_name": "Map",
      "description": "Open interactive powder conditions map",
      "url": "/dashboard?view=map",
      "icons": [
        {
          "src": "/static/icons/shortcut-map.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "7-Day Forecast",
      "short_name": "Forecast",
      "description": "Check powder forecast for the week",
      "url": "/dashboard?view=forecast",
      "icons": [
        {
          "src": "/static/icons/shortcut-forecast.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+powderfinder",
      "url": "/dashboard?resort=%s"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "photo",
          "accept": ["image/*"]
        }
      ]
    }
  }
}