{
    "name": "Amazon Link Converter",
    "short_name": "AmazonLink",
    "description": "Konvertiert Amazon Links in Affiliate Links",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#FFFFFF",
    "theme_color": "#FF9900",
    "orientation": "any",
    "icons": [
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "share_target": {
        "action": "/share-target",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "shortcuts": [
        {
            "name": "Link teilen",
            "url": "/share",
            "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
        }
    ],
    "prefer_related_applications": true,
    "related_applications": [
        {
            "platform": "play",
            "id": "com.amazon.mShop.android.shopping"
        },
        {
            "platform": "itunes",
            "url": "https://apps.apple.com/app/amazon/id297606951"
        }
    ],
    "handle_links": "preferred",
    "capture_links": "existing-client-prefer",
    "scope": "/",
    "categories": ["shopping", "utilities"]
}
