{
  "name": "FanForged — Fan Inspired Merch",
  "short_name": "FanForged",
  "description": "Buy and sell fan-inspired merch, collectibles and custom props from your favourite fandoms.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#C7AE4A",
  "background_color": "#060606",
  "categories": ["shopping", "entertainment"],
  "lang": "en",
  "icons": [
    {
      "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Market",
      "short_name": "Market",
      "description": "Browse fan-inspired merch",
      "url": "/browse.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Start Selling",
      "short_name": "Sell",
      "description": "Open your FanForged store",
      "url": "/sell.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Seller Dashboard",
      "short_name": "Dashboard",
      "description": "Manage your store",
      "url": "/seller-dashboard.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
