{
  "name": "smartVisiontEdu",
  "short_name": "smartVisiontEdu",
  "description": "Sistema completo de gestão escolar para estudantes, professores e responsáveis",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "categories": ["education", "productivity"],
  "lang": "pt-BR",
  "scope": "/",
  "icons": [
    {
      "src": "./src/img/logo_sistema.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./src/img/logo_sistema.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Acesso rápido ao dashboard",
      "url": "/#dashboard",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='65' font-size='60' fill='%232563eb' text-anchor='middle'>🏠</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Notas",
      "short_name": "Notas",
      "description": "Verificar notas dos estudantes",
      "url": "/#grades",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='65' font-size='60' fill='%23ef4444' text-anchor='middle'>📊</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Financeiro",
      "short_name": "Financeiro",
      "description": "Verificar pagamentos e mensalidades",
      "url": "/#finance",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='65' font-size='60' fill='%23f59e0b' text-anchor='middle'>💰</text></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
