{
    "name": "Rabble",
    "short_name": "Rabble",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#0A0A0F",
    "theme_color": "#FFB224",
    "description": "Collect creatures. Gather in the wild. Augmented reality insect swarms at real locations.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "categories": ["social", "games", "entertainment"],
    "permissions": [
        "geolocation",
        "camera",
        "notifications"
    ],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "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"
        }
    ]
}
