{
  "name": "Traveler — Weather Intelligence for the Road",
  "short_name": "Traveler",
  "description": "AI route briefings, NWS alerts, animated radar, and truck-driver hazard scoring across the continental US.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/notification-icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "monochrome"
    },
    {
      "src": "/icons/notification-icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "monochrome"
    },
    {
      "src": "/icons/notification-icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "monochrome"
    },
    {
      "src": "/icons/notification-icon-36.png",
      "sizes": "36x36",
      "type": "image/png",
      "purpose": "monochrome"
    },
    {
      "src": "/icons/notification-icon-24.png",
      "sizes": "24x24",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Map",
      "short_name": "Map",
      "description": "Open the route map with radar and NWS alerts",
      "url": "/map",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Plan Route",
      "short_name": "Route",
      "description": "Plan a route with weather briefing and hazard scoring",
      "url": "/map?action=plan",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": ["navigation", "productivity", "weather", "travel", "utilities"],
  "prefer_related_applications": false,
  "related_applications": [],
  "share_target": {
    "action": "/map",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "protocol_handlers": [],
  "iarc_rating_id": "",
  "file_handlers": []
}
