{
  "name": "Rolly — اللودو الأول بالرهانات",
  "short_name": "Rolly",
  "description": "العب اللودو أونلاين وربح رهانات حقيقية",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "fullscreen", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#1a0b2e",
  "theme_color": "#7c3aed",
  "lang": "ar",
  "dir": "rtl",
  "categories": ["games", "entertainment", "casino"],
  "id": "com.rolly.app",
  "iarc_rating_id": "",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "monochrome"
    },
    {
      "src": "/images/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "العب الآن",
      "short_name": "اللعب",
      "description": "ابدأ لعبة جديدة فوراً",
      "url": "/lobby?source=shortcut",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "محفظتي",
      "short_name": "المحفظة",
      "description": "إدارة الرصيد والإيداع",
      "url": "/wallet?source=shortcut",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "لوحة المتصدرين",
      "short_name": "المتصدرون",
      "description": "أفضل اللاعبين",
      "url": "/leaderboard?source=shortcut",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "السجل",
      "short_name": "التاريخ",
      "description": "سجل المباريات",
      "url": "/history?source=shortcut",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "شاشة اللعبة على الموبايل"
    },
    {
      "src": "/images/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "شاشة اللعبة على الكمبيوتر"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+rolly",
      "url": "/handle?type=%s"
    }
  ],
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "handle_links": "preferred",
  "scope_extensions": [
    { "origin": "https://download.rolly.ma" }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://rolly.ma/manifest.json"
    },
    {
      "platform": "play",
      "id": "com.rolly.app",
      "url": "https://rolly.ma/rolly.apk"
    }
  ]
}
