{
  "name": "Comparador de Modais de Transporte",
  "short_name": "Comparador Modais",
  "description": "Compare diferentes modais de transporte (Rodoviário, Ferroviário, Aquaviário, Aéreo, Dutoviário) com base em custo, tempo, capacidade e impacto ambiental. Ferramenta gratuita desenvolvida pela B20 Conteúdo Digital.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#FF9900",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "pt-BR",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect fill='%23FF9900' width='192' height='192' rx='48'/%3E%3Ctext x='96' y='140' font-size='120' text-anchor='middle' fill='%23232F3E'%3E🚚%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect fill='%23FF9900' width='512' height='512' rx='128'/%3E%3Ctext x='256' y='380' font-size='320' text-anchor='middle' fill='%23232F3E'%3E🚚%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 720'%3E%3Crect fill='%23F5F5F5' width='1280' height='720'/%3E%3Crect fill='%23FF9900' x='40' y='40' width='1200' height='100' rx='12'/%3E%3Ctext x='640' y='105' font-size='48' text-anchor='middle' fill='%23FFFFFF' font-weight='bold'%3EComparador de Modais%3C/text%3E%3Crect fill='%23FFFFFF' x='40' y='180' width='380' height='500' rx='12'/%3E%3Crect fill='%23FFFFFF' x='460' y='180' width='780' height='500' rx='12'/%3E%3C/svg%3E",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "label": "Tela principal do Comparador de Modais"
    }
  ],
  "shortcuts": [
    {
      "name": "Nova Comparação",
      "short_name": "Comparar",
      "url": "/#compare",
      "description": "Iniciar nova comparação de modais",
      "icons": [
        {
          "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Ccircle fill='%23FF9900' cx='48' cy='48' r='48'/%3E%3Ctext x='48' y='70' font-size='60' text-anchor='middle' fill='%23232F3E'%3E+%3C/text%3E%3C/svg%3E",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Histórico",
      "short_name": "Histórico",
      "url": "/#history",
      "description": "Ver comparações anteriores",
      "icons": [
        {
          "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Ccircle fill='%23146EB4' cx='48' cy='48' r='48'/%3E%3Ctext x='48' y='70' font-size='60' text-anchor='middle' fill='%23FFFFFF'%3E📋%3C/text%3E%3C/svg%3E",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "FAQ",
      "short_name": "FAQ",
      "url": "/faq.html",
      "description": "Perguntas frequentes",
      "icons": [
        {
          "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Ccircle fill='%2337475A' cx='48' cy='48' r='48'/%3E%3Ctext x='48' y='70' font-size='60' text-anchor='middle' fill='%23FFFFFF'%3E❓%3C/text%3E%3C/svg%3E",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "serviceworker": {
    "src": "sw.js",
    "scope": "/",
    "update_via_cache": "none"
  },
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "author": {
    "name": "B20 Conteúdo Digital",
    "url": "https://www.b20.com.br"
  },
  "iarc_rating_id": "",
  "permissions": [
    "storage"
  ],
  "features": [
    "offline",
    "installable",
    "responsive",
    "cross-platform"
  ]
}
