{
  "name": "Bible Word Sift",
  "short_name": "WordSift",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4a7c59",
  "scope": ".",
  "orientation": "portrait",
  "description": "A Bible-based word scramble game featuring multiple themes, challenge modes, streak bonuses, and a clean devotional experience.",
  "categories": [
    "game",
    "education",
    "bible",
    "word",
    "puzzle",
    "devotional",
    "vanilla js",
    "family-friendly"
  ],
  "icons": [
    {
      "src": "./assets/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./assets/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "./assets/screenshot-mobile.png",
      "sizes": "320x640",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile gameplay showing scrambled word and timer"
    },
    {
      "src": "./assets/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop interface with theme selector and challenge modes"
    }
  ]
}
