Update manifest.json to include data collection permissions
Added data collection permissions to the manifest.
This commit is contained in:
parent
32a713c423
commit
166d327829
1 changed files with 4 additions and 1 deletions
|
|
@ -6,7 +6,10 @@
|
|||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "monochrome-tidal-bypass@binimum.org",
|
||||
"strict_min_version": "111.0"
|
||||
"strict_min_version": "111.0",
|
||||
"data_collection_permissions": {
|
||||
"required": ["none"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"permissions": ["declarativeNetRequest", "scripting", "declarativeNetRequestWithHostAccess"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue