{
  "name": "CyberVault Security",
  "short_name": "CyberVault",
  "description": "Cofre Digital e Gestor de Palavras-passe Seguro.",
  "start_url": "index.php",
  "display": "standalone",
  "background_color": "#0a0e27",
  "theme_color": "#06b6d4",
  "icons": [
    {
      "src": "assets/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "orientation": "portrait"
}