{
    "name": "Letter Jumble",
    "short_name": "WJumble",
   "start_url": "./",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#000000",
    "scope": ".",
    "orientation": "any",
"description": "Letter Jumble is a fun game where you unscramble your mind with jumbled letters to guess the correct word. Play daily themes, keep track of your scores, and share your results.", 
"categories": ["Games", "Puzzles", "Education"],
    "icons": [
        {
            "src": "./img/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "./img/android-chrome-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "./img/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "./img/android-chrome-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "./img/android-chrome-320x320.png",
            "sizes": "320x320",
            "type": "image/png"
        },
        {
            "src": "./img/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "./img/android-chrome-1920x1080.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide"
          }
      ],
      "service_worker": "/serviceworker.js"
}