{
    "name": "مساجك - Masajk",
    "short_name": "مساجك",
    "description": "أفضل خدمات المساج في المملكة العربية السعودية",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2c5aa0",
    "orientation": "portrait",
    "lang": "ar",
    "dir": "rtl",
    "scope": "/",
    "icons": [
        {
            "src": "icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "احجز الآن",
            "short_name": "حجز",
            "description": "احجز جلسة مساج فورية",
            "url": "/#booking",
            "icons": [
                {
                    "src": "icons/shortcut-booking.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "خدماتنا",
            "short_name": "خدمات",
            "description": "تصفح جميع خدمات المساج",
            "url": "/#services",
            "icons": [
                {
                    "src": "icons/shortcut-services.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "تواصل معنا",
            "short_name": "تواصل",
            "description": "تواصل مع فريق مساجك",
            "url": "/#contact",
            "icons": [
                {
                    "src": "icons/shortcut-contact.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "categories": [
        "health",
        "wellness",
        "medical",
        "lifestyle",
        "beauty"
    ],
    "prefer_related_applications": false,
    "related_applications": [],
    "edge_side_panel": {
        "preferred_width": 400
    },
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "protocol_handlers": [
        {
            "protocol": "web+masajk",
            "url": "/booking?service=%s"
        }
    ]
}