{
  "name": "Calculadora de Combustível",
  "short_name": "Calc Combustível",
  "description": "Calcule consumo de combustível, compare preços e economize. Histórico completo e cálculos precisos.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#EEEEEE",
  "theme_color": "#00ADB5",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities", "finance"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect fill='%2300ADB5' width='100' height='100'/><text y='0.9em' x='0.1em' font-size='90'>⛽</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect fill='%2300ADB5' width='100' height='100'/><text y='0.9em' x='0.1em' font-size='90'>⛽</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 1280 720'><rect fill='%23EEEEEE' width='1280' height='720'/><text y='50%' x='50%' text-anchor='middle' font-size='48' fill='%23393E46'>Calculadora de Combustível</text></svg>",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "label": "Tela principal da calculadora"
    }
  ],
  "shortcuts": [
    {
      "name": "Nova Calculadora",
      "short_name": "Calcular",
      "url": "/index.html",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='0.9em' font-size='90'>🧮</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Ver Histórico",
      "short_name": "Histórico",
      "url": "/pages/historico.html",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='0.9em' font-size='90'>📊</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Comparar Combustíveis",
      "short_name": "Comparar",
      "url": "/pages/comparador.html",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='0.9em' font-size='90'>⚖️</text></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "lang": "pt-BR",
  "dir": "ltr",
  "scope": "/"
}
