{
  "name": "LandedCost — Trade Operations",
  "short_name": "LandedCost",
  "description": "Landed cost + compliance + trade operations for US importers. Paste any product URL, get GO/CAUTION/STOP in 10 seconds.",
  "start_url": "/dashboard?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0a0a0f",
  "background_color": "#0a0a0f",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "productivity", "finance"],
  "prefer_related_applications": false,
  "icons": [
    {"src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable"},
    {"src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable"},
    {"src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable"},
    {"src": "/icons/apple-touch-icon.png", "sizes": "180x180", "type": "image/png"}
  ],
  "shortcuts": [
    {
      "name": "Scan Product",
      "short_name": "Scan",
      "description": "Paste a product URL and get instant landed-cost verdict",
      "url": "/scanner?utm=pwa-shortcut",
      "icons": [{"src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml"}]
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "Daily briefing and agent findings",
      "url": "/dashboard?view=inbox&utm=pwa-shortcut",
      "icons": [{"src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml"}]
    },
    {
      "name": "Copilot",
      "short_name": "Copilot",
      "description": "Ask the trade-compliance copilot anything",
      "url": "/copilot?utm=pwa-shortcut",
      "icons": [{"src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml"}]
    }
  ],
  "share_target": {
    "action": "/scanner",
    "method": "GET",
    "params": { "url": "url", "title": "title" }
  }
}
