{
  "name": "estrah-gateway",
  "version": "0.2.0",
  "endpoints": {
    "/health": "فحص الحالة",
    "/sources": "سجل المصادر",
    "/browse?sources=all": "تجميع كتالوج",
    "/search?sources=all": "تجميع بحث",
    "/watch?source=auto": "مشاهدة مع توجيه تلقائي",
    "/?u=": "بروكسي فيديو مركزي"
  },
  "sources": {
    "cam": {
      "worker": "estrah-cam",
      "enabled": true,
      "priority": 1,
      "needs_relay": false
    },
    "akwams": {
      "worker": "estrah-akwams",
      "enabled": true,
      "priority": 2,
      "needs_relay": false
    },
    "tattoo": {
      "worker": "estrah-tattoo",
      "enabled": true,
      "priority": 3,
      "needs_relay": true
    }
  }
}