{
    "name": "連結淨化器",
    "short_name": "淨化器",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#3b82f6",
    "icons": [
        {
            "src": "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/svgs/solid/link-slash.svg",
            "sizes": "192x192",
            "type": "image/svg+xml"
        },
        {
            "src": "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/svgs/solid/link-slash.svg",
            "sizes": "512x512",
            "type": "image/svg+xml"
        }
    ],
    "share_target": {
        "action": "./index.html",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}
