{
    "theme_color": "#6F6CD9",
    "background_color": "#ffffff",
    "display": "fullscreen",
    "scope": "/",
    "start_url": "/",
    "name": "Ante.xyz",
    "short_name": "Ante.xyz",
    "description": "Make commitments and get held accountable",
    "icons": [
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/icons/maskable.png",
            "sizes": "512x512",
            "type": "image/x-icon",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/mobile_create_page.png",
            "sizes": "800x1280",
            "type": "image/png",
            "label": "create page"
        },
        {
            "src": "/screenshots/create_page.png",
            "form_factor": "wide",
            "sizes": "3518x1810",
            "type": "image/png",
            "label": "create page"
        }
    ]
}