{
  "name": "Taigostei - Loja Online",
  "short_name": "Taigostei",
  "description": "Plataforma completa de delivery e e-commerce com sistema de gestão integrado",
  "start_url": "/loja",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7C3AED",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/placeholder.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "categories": ["shopping", "business"],
  "shortcuts": [
    {
      "name": "Loja",
      "short_name": "Loja",
      "description": "Acesse nossa loja online",
      "url": "/loja",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Carrinho",
      "short_name": "Carrinho",
      "description": "Ver meu carrinho",
      "url": "/carrinho",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/loja",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}

