{
    "name": "Monster Lens",
    "short_name": "Monster Lens",
    "description": "Scan food, identify it with AI, and collect monsters in this retro-styled collection game.",
    "categories": [
        "games",
        "entertainment",
        "food"
    ],
    "start_url": ".",
    "display": "fullscreen",
    "background_color": "#0f172a",
    "theme_color": "#0f172a",
    "orientation": "portrait",
    "icons": [
        {
            "src": "icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}