{
    "name": "Where Am I? – Bible Location Trivia",
    "short_name": "Where Am I?",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#1f2937",
    "theme_color": "#fbbf24",
    "categories": ["games", "education", "religion"],
    "description": "Guess the Bible Location based on KJV clues.",
    "icons": [
        {
            "src": "icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "favicon.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "favicon.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
