{
  "id": "ir.jatgpt.app",
  "name": "JatGPT | چت جی پی تی فارسی",
  "short_name": "JatGPT",
  "description": "دسترسی به چت جی پی تی (ChatGPT)، کلود (Claude) و مدل‌های پیشرفته هوش مصنوعی در ایران بدون نیاز به فیلترشکن با پرداخت ریالی",
  "start_url": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "window-controls-overlay",
    "minimal-ui"
  ],
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait",
  "scope": "/",
  "lang": "fa-IR",
  "dir": "rtl",
  "categories": [
    "productivity",
    "utilities",
    "education",
    "communication"
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "iarc_rating_id": "e84806b5-3f82-4057-b30b-899d98bc6977",
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=ir.jatgpt.app",
      "id": "ir.jatgpt.app"
    }
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/logo.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "JatGPT Desktop"
    },
    {
      "src": "/logo.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "JatGPT Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "شروع چت جدید",
      "url": "/chat",
      "icons": [
        {
          "src": "/logo.png",
          "sizes": "1024x1024",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "خرید اشتراک",
      "url": "/purchase",
      "icons": [
        {
          "src": "/logo.png",
          "sizes": "1024x1024",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/chat",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/chat",
      "accept": {
        "text/*": [
          ".txt",
          ".md"
        ],
        "image/*": [
          ".png",
          ".jpg",
          ".jpeg"
        ]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+jatgpt",
      "url": "/chat?q=%s"
    }
  ],
  "widgets": [
    {
      "name": "JatGPT Quick Chat",
      "description": "دسترسی سریع به چت جی پی تی",
      "tag": "chat_widget",
      "template": "chat_template",
      "ms_ac_template": "chat_template.json",
      "data": "chat_data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/logo.png",
          "sizes": "1024x1024",
          "type": "image/png",
          "label": "Widget Preview"
        }
      ],
      "icons": [
        {
          "src": "/logo.png",
          "sizes": "1024x1024",
          "type": "image/png"
        }
      ]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
