{
  "name": "ResaleReady",
  "short_name": "ResaleReady",
  "description": "List, label, and sell your resale inventory — AI-priced photo listings, printable QR labels, and scan-to-sell checkout.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "background_color": "#101215",
  "theme_color": "#101215",
  "categories": ["shopping", "business", "lifestyle"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Shop the collection",
      "short_name": "Shop",
      "url": "/#/shop",
      "icons": [{ "src": "/assets/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Owner Workspace",
      "short_name": "Workspace",
      "url": "/#/inventory",
      "icons": [{ "src": "/assets/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
