{
  "name": "SnapList",
  "short_name": "SnapList",
  "description": "Snap photos of items and instantly generate eBay listings with AI",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "background_color": "#0f0f0f",
  "theme_color": "#0f0f0f",
  "orientation": "portrait",
  "categories": ["productivity", "shopping"],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "url": "url",
      "text": "text",
      "title": "title"
    }
  },
  "icons": [
    {
      "src": "/favicon-v2.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/snaplist-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/snaplist-icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/snaplist-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/snaplist-icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1179x1980",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard — scan items and track KPIs at a glance"
    },
    {
      "src": "/screenshots/inventory.png",
      "sizes": "1179x1980",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Inventory — manage all your listings in one place"
    },
    {
      "src": "/screenshots/item-detail.png",
      "sizes": "1179x1980",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Item detail — AI-generated listing with photos and pricing"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Item",
      "short_name": "Add",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/snaplist-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Inventory",
      "short_name": "Inventory",
      "url": "/inventory",
      "icons": [{ "src": "/icons/snaplist-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "url": "/orders",
      "icons": [{ "src": "/icons/snaplist-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
