{
  "name": "NavEdu - Navegador",
  "short_name": "NavEdu",
  "description": "Um navegador PWA simples e leve para acesso a sistemas web.",
  "start_url": "./index.html",
  "display": "fullscreen",
  "background_color": "#f0f2f5",
  "theme_color": "#007bff",
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "orientation": "any"
}
