{
    "short_name": "Kabootar",
    "name": "Kabootar: Fast & Secure File Sharing",
    "icons": [
        {
            "src": "/assets/rounded/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/assets/rounded/Icon-384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "/assets/rounded/Icon-256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "/assets/rounded/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/assets/rounded/Icon-128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "/assets/rounded/Icon-96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "/assets/rounded/Icon-72.png",
            "sizes": "72x72",
            "type": "image/png"
        },
        {
            "src": "/assets/rounded/Icon-120.png",
            "sizes": "120x120",
            "type": "image/png"
        },
        {
            "src": "/assets/rounded/Icon-152.png",
            "sizes": "152x152",
            "type": "image/png"
        },
        {
            "src": "/assets/rounded/Icon-144.png",
            "sizes": "144x144",
            "type": "image/png"
        },
        {
            "src": "/assets/rounded/Icon-180.png",
            "sizes": "180x180",
            "type": "image/png"
        }
    ],
    "start_url": "/",
    "background_color": "#000",
    "display": "standalone",
    "scope": "/",
    "theme_color": "#000",
    "shortcuts": [
        {
            "name": "Share a file",
            "short_name": "Share",
            "description": "Share a file with your friends.",
            "url": "/",
            "icons": [{ "src": "/assets/share.png", "sizes": "512x512" }]
        },
        {
            "name": "Discover shares",
            "short_name": "Discover",
            "description": "Discover room to receive files.",
            "url": "/discover",
            "icons": [{ "src": "/assets/discover.png", "sizes": "512x512" }]
        }
    ],
    "share_target": {
        "action": "/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "files",
                    "accept": ["*/*"]
                }
            ]
        }
    },
    "description": "Kabootar is a file sharing app that allows you to share files with your friends securely and in a moment through our peer-to-peer technology."
}
