{
  "name": "spruu",
  "short_name": "spruu",
  "description": "SA's LEGO Marketplace — buy and sell sets, minifigs and parts, priced by AI and protected by escrow.",
  "start_url": "/marketplace",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1A1410",
  "theme_color": "#E8510A",
  "orientation": "portrait-primary",
  "lang": "en-ZA",
  "categories": ["shopping", "lifestyle"],
  "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"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Browse listings",
      "short_name": "Browse",
      "url": "/marketplace",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Hunts",
      "short_name": "Hunts",
      "url": "/hunts",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My orders",
      "short_name": "Orders",
      "url": "/orders",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
