{
    "id": "/",
    "name": "MrShop",
    "short_name": "MrShop",
    "description": "Gestiona la cola de descargas de Amazon desde la web y desde tu telefono.",
    "start_url": "/products/download",
    "scope": "/",
    "display": "standalone",
    "background_color": "#f6f8fb",
    "theme_color": "#5d87ff",
    "icons": [
        {
            "src": "/images/pwa/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/pwa/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/pwa/icon-512x512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "share_target": {
        "action": "/share-receiver",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}
