{
  "name": "SABORA - Painel de Pedidos",
  "short_name": "SABORA",
  "description": "Aplicativo para montagem de pedidos com salvamento local e sincronização de preços",
  "start_url": "/novo_pedido.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1E3A8A",
  "theme_color": "#2563EB",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%231E3A8A' width='192' height='192'/><text x='50%' y='50%' font-size='38' fill='white' text-anchor='middle' dy='.35em' font-weight='bold' font-family='Arial,sans-serif'>SABORA</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 512 512'><rect fill='%232563EB' width='512' height='512'/><text x='50%' y='50%' font-size='100' fill='white' text-anchor='middle' dy='.35em' font-weight='bold' font-family='Arial,sans-serif'>SABORA</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%231E3A8A' width='540' height='720'/><text x='50%' y='50%' font-size='90' fill='white' text-anchor='middle' dy='.3em' font-family='Arial,sans-serif'>SABORA</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Novo Pedido",
      "short_name": "Novo Pedido",
      "description": "Criar um novo pedido",
      "url": "/novo_pedido.php",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%232563EB' width='96' height='96'/><text x='50%' y='50%' font-size='50' fill='white' text-anchor='middle' dy='.3em' font-weight='bold'>+</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
