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"] }