From 5a795fa2dc99c727b0118cc105a0eefdb4c5928d Mon Sep 17 00:00:00 2001 From: himanshu8443 Date: Fri, 20 Jun 2025 23:17:52 +0530 Subject: [PATCH] fix: set "disabled" property to true for the MoviesApi entry in manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7bd009c..07ffdb5 100644 --- a/manifest.json +++ b/manifest.json @@ -133,7 +133,7 @@ "version": "1.0", "icon": "", "type": "english", - "disabled": false + "disabled": true }, { "display_name": "ShowBox",