{
  "name": "Spottd — Find Any Look",
  "short_name": "Spottd",
  "description": "Upload a fashion photo and instantly find similar products filtered to your budget and size.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#1e1208",
  "theme_color": "#1e1208",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "shopping"],
  "icons": [
    {
      "src": "/spottd-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/spottd-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search a look",
      "short_name": "Search",
      "url": "/",
      "icons": [{ "src": "/spottd-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
