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