From a2905f01423e3ed809a2cb54c27765d848d1def2 Mon Sep 17 00:00:00 2001 From: ccppi Date: Thu, 14 Mar 2024 21:14:36 +0000 Subject: [PATCH] Update manifest.json --- manifest.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/manifest.json b/manifest.json index 4787e24..70355ea 100644 --- a/manifest.json +++ b/manifest.json @@ -2,12 +2,9 @@ "manifest_version": 2, "name": "yt", "version": "1.0", - "description": "---", - "web_accessible_resources":["newpipe_subscriptions_202403101004.json"], "permissions":["tabs"], - "icons": { "48": "icons/border-48.png" }, @@ -17,7 +14,6 @@ "48":"icons/border-48.png" } }, - "background":{ "scripts": ["background.js"] }