{
    "name": "Mixty - Word Puzzle Game",
    "short_name": "Mixty",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#FFFBFE",
    "theme_color": "#6750A4",
    "description": "Challenge your vocabulary in Mixty! Spell words from random letters, earn points, and beat your high score. Play offline, no ads. Free for web, Android & iOS.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "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-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
