{
  "id": "/",
  "name": "Persian Hokm — حکم",
  "short_name": "Hokm",
  "description": "بازی کارت ایرانی حکم — آنلاین با دوستان یا آفلاین با هوش مصنوعی",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#1a0800",
  "theme_color": "#1a0800",
  "lang": "fa",
  "dir": "rtl",
  "categories": ["games", "entertainment"],
  "prefer_related_applications": false,

  "launch_handler": {
    "client_mode": "focus-existing"
  },

  "edge_side_panel": {
    "preferred_width": 400
  },

  "scope_extensions": [
    { "origin": "*.replit.app" }
  ],

  "protocol_handlers": [
    {
      "protocol": "web+hokm",
      "url": "/?invite=%s"
    }
  ],

  "file_handlers": [
    {
      "action": "/?open=replay",
      "accept": {
        "application/json": [".hokm"]
      },
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ],
      "launch_type": "single-client"
    }
  ],

  "widgets": [
    {
      "name": "Hokm Quick Stats",
      "short_name": "Hokm Stats",
      "description": "آمار سریع بازیکن — سطح، XP، برد‌ها و streak روزانه",
      "tag": "hokm-quick-stats",
      "template": "hokm-quick-stats-template",
      "ms_ac_template": "/widgets/quick-stats-template.json",
      "data": "/api/widgets/quick-stats",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshot-narrow.jpg",
          "sizes": "720x1280",
          "label": "Hokm Quick Stats Widget"
        }
      ],
      "icons": [
        { "src": "/icons/icon-72.png", "sizes": "72x72", "type": "image/png" },
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ],
      "auth": false,
      "update": 3600
    }
  ],

  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "shortcuts": [
    {
      "name": "Quick Play — بازی سریع",
      "short_name": "Quick Play",
      "description": "بازی سریع با هوش مصنوعی",
      "url": "/lobby?quickplay=1",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Lobby — لابی",
      "short_name": "Lobby",
      "description": "ورود به لابی بازی",
      "url": "/lobby",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Leaderboard — جدول برترین‌ها",
      "short_name": "Leaderboard",
      "description": "مشاهده برترین بازیکنان",
      "url": "/leaderboard",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],

  "screenshots": [
    {
      "src": "/opengraph.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Persian Hokm — Online Card Game"
    },
    {
      "src": "/screenshot-narrow.jpg",
      "sizes": "720x1280",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Persian Hokm — Mobile View"
    }
  ],

  "icons": [
    { "src": "/icons/icon-72.png",  "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96.png",  "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
