{
    "name": "Mimo",
    "short_name": "Mimo",
    "description": "Connect, Share Styles, Match Gifts",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#0aa0fc",
    "icons": [
        {
            "src": "/mimo-icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/mimo-icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "share_target": {
        "action": "/",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "shared_url"
        }
    }
}