{
  "name": "PricePilot AI",
  "short_name": "PricePilot",
  "description": "AI shopping engine for smarter, safer shopping.",
  "start_url": "./?pwa=1",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f7f5fb",
  "theme_color": "#7c3aed",
  "icons": [
    {
      "src": "pricepilot-logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "pricepilot-logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Product",
      "short_name": "Scan",
      "description": "Scan an AliExpress product link",
      "url": "./?action=scan",
      "icons": [
        {
          "src": "pricepilot-logo-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Shop with AI",
      "short_name": "AI Shop",
      "description": "Open the AI shopping copilot",
      "url": "./?action=copilot",
      "icons": [
        {
          "src": "pricepilot-logo-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Price Drops",
      "short_name": "Price Drops",
      "description": "Open your price-drop alerts",
      "url": "./?view=notifications",
      "icons": [
        {
          "src": "pricepilot-logo-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Saved Products",
      "short_name": "Saved",
      "description": "Open saved products",
      "url": "./?view=saved",
      "icons": [
        {
          "src": "pricepilot-logo-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}