{
    "name": "BountySniper",
    "short_name": "Sniper",
    "description": "Track prices and claim your refund bounties.",
    "start_url": "/dashboard.html",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#0f172a",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "https://fav.farm/🏹",
            "sizes": "192x192",
            "type": "image/webp"
        },
        {
            "src": "https://fav.farm/🏹",
            "sizes": "512x512",
            "type": "image/webp"
        }
    ],
    "share_target": {
        "action": "/dashboard.html",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}