async functions working

This commit is contained in:
2024-03-17 00:40:33 +01:00
parent e8b0022302
commit 2485aab123
4 changed files with 40 additions and 16 deletions

View File

@@ -4,7 +4,7 @@
"version": "1.0",
"description": "---",
"web_accessible_resources":["newpipe_subscriptions_202403101004.json"],
"permissions":["tabs"],
"permissions":["tabs","scripting"],
"icons": {
"48": "icons/border-48.png"
},
@@ -16,6 +16,7 @@
},
"background":{
"scripts": ["background.js"]
}
},
"host_permissions":["*://youtube.com/*"]
}