{
  "short_name": "BiblePuzzle",
  "name": "Bible Puzzle Quiz",
  "icons": [
    {
      "src": "/assets/icons/launcher-icon.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/launcher-icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/launcher-icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#004aad",
  "background_color": "#020617",
  "orientation": "portrait",
  "categories": ["games", "education"],
  "description": "Interactive Bible-themed puzzle game with scripture stories."
}