Only add host permission on chrome

This commit is contained in:
Ajay
2023-07-29 01:49:27 -04:00
parent dc91ee76ca
commit 1d1bd2a003
2 changed files with 5 additions and 3 deletions

View File

@@ -4,5 +4,8 @@
],
"background": {
"persistent": false
}
},
"permissions": [
"https://*.youtube.com/*"
]
}