{
  "name": "Ponto Local - Marketplace Local",
  "short_name": "Ponto Local",
  "description": "Marketplace local para compra e venda de produtos na sua região com segurança e praticidade",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2563EB",
  "categories": ["shopping", "business"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23ffffff' width='192' height='192' rx='45'/><text x='50%' y='50%' font-size='96' fill='%23ffffff' text-anchor='middle' dominant-baseline='middle' font-weight='bold'>🛍️</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23ffffff' width='192' height='192' rx='45'/><text x='50%' y='50%' font-size='96' fill='%23ffffff' text-anchor='middle' dominant-baseline='middle' font-weight='bold'>🛍️</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%23ffffff' width='512' height='512' rx='120'/><text x='50%' y='50%' font-size='256' fill='%23ffffff' text-anchor='middle' dominant-baseline='middle' font-weight='bold'>🛍️</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%23ffffff' width='512' height='512' rx='120'/><text x='50%' y='50%' font-size='256' fill='%23ffffff' text-anchor='middle' dominant-baseline='middle' font-weight='bold'>🛍️</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Produtos",
      "short_name": "Produtos",
      "description": "Visualizar todos os produtos disponíveis",
      "url": "/produtos",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><defs><linearGradient id='grad' x1='0%' y1='0%' x2='100%' y2='100%'><stop offset='0%' style='stop-color:%232563EB;stop-opacity:1' /><stop offset='100%' style='stop-color:%231D4ED8;stop-opacity:1' /></linearGradient></defs><rect fill='url(%23grad)' width='192' height='192' rx='45'/><path fill='%23ffffff' d='M50 60h92c2 0 4 2 4 4v60c0 2-2 4-4 4H50c-2 0-4-2-4-4V64c0-2 2-4 4-4zm8 8v48h76V68H58zm34 56c-11 0-20 9-20 20s9 20 20 20 20-9 20-20-9-20-20-20z'/></svg>",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Acessar seu painel de controle",
      "url": "/dashboard",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><defs><linearGradient id='grad' x1='0%' y1='0%' x2='100%' y2='100%'><stop offset='0%' style='stop-color:%232563EB;stop-opacity:1' /><stop offset='100%' style='stop-color:%231D4ED8;stop-opacity:1' /></linearGradient></defs><rect fill='url(%23grad)' width='192' height='192' rx='45'/><rect fill='%23ffffff' x='50' y='50' width='30' height='70' rx='2'/><rect fill='%23ffffff' x='90' y='40' width='30' height='80' rx='2'/><rect fill='%23ffffff' x='130' y='60' width='30' height='60' rx='2'/><rect fill='%23ffffff' opacity='0.5' x='50' y='128' width='110' height='4' rx='2'/></svg>",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Novo Produto",
      "short_name": "Novo",
      "description": "Criar e publicar novo produto",
      "url": "/novo-produto",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><defs><linearGradient id='grad' x1='0%' y1='0%' x2='100%' y2='100%'><stop offset='0%' style='stop-color:%232563EB;stop-opacity:1' /><stop offset='100%' style='stop-color:%231D4ED8;stop-opacity:1' /></linearGradient></defs><rect fill='url(%23grad)' width='192' height='192' rx='45'/><rect fill='%23ffffff' x='88' y='50' width='16' height='92' rx='2'/><rect fill='%23ffffff' x='50' y='88' width='92' height='16' rx='2'/></svg>",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/novo-produto",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "titulo",
      "text": "descricao",
      "url": "url"
    }
  },
  "screenshots": [],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+pontolocal",
      "url": "/produto?id=%s"
    }
  ]
}
