Skip to content

Commit e21c509

Browse files
feat: add data collection permissions to the Firefox manifest (#2358)
1 parent a1d1469 commit e21c509

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"browser_specific_settings": {
33
"gecko": {
4-
"strict_min_version": "115.0"
4+
"strict_min_version": "115.0",
5+
"data_collection_permissions": {
6+
"required": ["none"]
7+
}
58
}
69
}
710
}

0 commit comments

Comments
 (0)