{
  "name": "Bíblia ou Fake? - Quiz Bíblico Interativo",
  "short_name": "Bíblia ou Fake?",
  "description": "Quiz interativo para testar seu conhecimento bíblico. Descubra se você consegue diferenciar versículos reais de frases inventadas!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#00C853",
  
  "orientation": "portrait-primary",
  "categories": ["education", "games", "entertainment"],
  "lang": "pt-BR",
  "dir": "ltr",
  "icons": [
    {
      "src": "img/logo.png",
      "sizes": "192x192 512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1280' height='720'%3E%3Crect width='1280' height='720' fill='%23F9F9F9'/%3E%3Ctext x='640' y='360' font-size='48' text-anchor='middle' fill='%23FF0000'%3EBíblia ou Fake? - Screenshot%3C/text%3E%3C/svg%3E",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "label": "Tela principal do quiz"
    }
  ],
  "shortcuts": [
    {
      "name": "Jogar Agora",
      "short_name": "Jogar",
      "url": "/#quiz",
      "icons": [
        {
          "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext y='0.9em' font-size='90'%3E🎮%3C/text%3E%3C/svg%3E",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Ranking",
      "short_name": "Ranking",
      "url": "/pages/ranking.html",
      "icons": [
        {
          "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext y='0.9em' font-size='90'%3E🏆%3C/text%3E%3C/svg%3E",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Desafio Diário",
      "short_name": "Diário",
      "url": "/pages/daily-challenge.html",
      "icons": [
        {
          "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext y='0.9em' font-size='90'%3E📅%3C/text%3E%3C/svg%3E",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}

