Update manifest.json

This commit is contained in:
ccppi 2024-03-14 21:14:36 +00:00
parent dbef93f4c1
commit a2905f0142

View File

@ -2,12 +2,9 @@
"manifest_version": 2, "manifest_version": 2,
"name": "yt", "name": "yt",
"version": "1.0", "version": "1.0",
"description": "---", "description": "---",
"web_accessible_resources":["newpipe_subscriptions_202403101004.json"], "web_accessible_resources":["newpipe_subscriptions_202403101004.json"],
"permissions":["tabs"], "permissions":["tabs"],
"icons": { "icons": {
"48": "icons/border-48.png" "48": "icons/border-48.png"
}, },
@ -17,7 +14,6 @@
"48":"icons/border-48.png" "48":"icons/border-48.png"
} }
}, },
"background":{ "background":{
"scripts": ["background.js"] "scripts": ["background.js"]
} }