{
    "name": "ShareCut",
    "short_name": "ShareCut",
    "description": "Simplify your links, track clicks, and share with ease.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#5b21b6",
    "theme_color": "#5b21b6",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/favicon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/favicon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        }
    ],
    "share_target": {
        "action": "/p/share",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}