{
    "name": "WordQuest - İngilizce Kelime Oyunu",
    "short_name": "WordQuest",
    "description": "YDS, YKS, YÖKDİL sınavlarına hazırlık kelime oyunu. ÖSYM formatında sorularla İngilizce kelime bilgini test et!",
    "start_url": "./index.html",
    "scope": "./",
    "id": "/wordquest/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0f172a",
    "theme_color": "#3b82f6",
    "lang": "tr",
    "dir": "ltr",
    "categories": ["games", "education"],
    "icons": [
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "og-image.png",
            "sizes": "1200x630",
            "type": "image/png",
            "form_factor": "wide",
            "label": "WordQuest Ana Ekran"
        }
    ],
    "prefer_related_applications": false,
    "related_applications": []
}