{
  "name": "Indigot Tarot App",
  "short_name": "Indigot Tarot",
  "description": "Seu Tarot diário e leituras personalizadas.",
  "start_url": "/?pwa=true", 
  "scope": "/",
  "display": "standalone", 
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#4B0082", 
  "icons": [
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}