{
  "name": "STASH Archive - Curated Vintage Luxury",
  "short_name": "STASH",
  "description": "A boutique archive of authenticated rare garments. Give your pieces a second life.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f5f0e8",
  "theme_color": "#1a0f0a",
  "categories": ["shopping", "lifestyle"],
  "screenshots": [
    {
      "src": "./ico.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "./ico.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "./ico.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./ico.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Archive",
      "short_name": "Shop",
      "description": "Browse the latest curated pieces",
      "url": "/?tab=shop",
      "icons": [{ "src": "./ico.png", "sizes": "192x192" }]
    },
    {
      "name": "Sell Your Stash",
      "short_name": "Sell",
      "description": "List your pieces for sale",
      "url": "/?tab=profile",
      "icons": [{ "src": "./ico.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [{ "name": "media", "accept": ["image/*"] }]
    }
  }
}