{
  "name": "FashionFinder — Identifique e compre moda",
  "short_name": "FashionFinder",
  "description": "Identifique roupas com IA e encontre similares nas principais lojas online.",
  "start_url": "/finder/",
  "scope": "/finder/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#FFF8FA",
  "theme_color": "#C2185B",
  "lang": "pt-BR",
  "categories": ["shopping", "lifestyle", "photo"],
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' fill='%23C2185B' rx='20'/%3E%3Ctext x='50' y='70' font-size='60' text-anchor='middle'%3E👗%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' fill='%23C2185B' rx='20'/%3E%3Ctext x='50' y='70' font-size='60' text-anchor='middle'%3E👗%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' fill='%23C2185B'/%3E%3Ctext x='50' y='62' font-size='40' text-anchor='middle' fill='white'%3E👗%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tempo Real",
      "short_name": "Live",
      "description": "Análise por câmera em tempo real",
      "url": "/finder/?screen=live"
    },
    {
      "name": "Foto Única",
      "short_name": "Foto",
      "description": "Capturar uma foto para análise",
      "url": "/finder/?screen=camera"
    }
  ]
}
