{
    "name": "SUNNO - Referral Driven Marketplace",
    "short_name": "SUNNO",
    "description": "Ekosistem ekonomi tertutup berasaskan token. Marketplace, referral & rewards.",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#1e3a8a",
    "background_color": "#ffffff",
    "scope": "/",
    "id": "/",
    "icons": [
        {
            "src": "/images/icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/images/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Scan QR",
            "short_name": "Scan",
            "description": "Scan QR code untuk bayaran",
            "url": "/scan",
            "icons": [
                {
                    "src": "/images/icons/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Wallet",
            "short_name": "Wallet",
            "description": "Lihat baki wallet",
            "url": "/wallet",
            "icons": [
                {
                    "src": "/images/icons/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Referral",
            "short_name": "Refer",
            "description": "Share referral link",
            "url": "/referral",
            "icons": [
                {
                    "src": "/images/icons/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "categories": [
        "shopping",
        "finance",
        "productivity"
    ],
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}