mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 18:13:25 +00:00
Update plasmo + rework permissions + explain permissions in readme + lots of suffering
This commit is contained in:
17
package.json
17
package.json
@@ -18,11 +18,12 @@
|
||||
"dependencies": {
|
||||
"@plasmohq/messaging": "^0.6.1",
|
||||
"@plasmohq/storage": "^1.9.0",
|
||||
"plasmo": "0.84.0",
|
||||
"plasmo": "0.84.2",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@parcel/packager-ts": "2.9.3",
|
||||
"@types/chrome": "0.0.251",
|
||||
"@types/firefox-webext-browser": "^120.0.0",
|
||||
"@types/node": "20.9.0",
|
||||
@@ -43,13 +44,13 @@
|
||||
},
|
||||
"manifest": {
|
||||
"permissions": [
|
||||
"declarativeNetRequest",
|
||||
"tabs"
|
||||
"declarativeNetRequestWithHostAccess",
|
||||
"activeTab",
|
||||
"scripting"
|
||||
],
|
||||
"host_permissions": [
|
||||
"<all_urls>",
|
||||
"https://dev.movie-web.app/*",
|
||||
"https://movie-web.app/*"
|
||||
"optional_host_permissions": [
|
||||
"https://*/*",
|
||||
"http://*/*"
|
||||
],
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
@@ -57,4 +58,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user