Skip to content

Commit 908b257

Browse files
committed
Add data_collection_permissions for Firefox
1 parent 959157b commit 908b257

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

manifest.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,14 @@
4848
"gecko":
4949
{
5050
51-
"strict_min_version": "128.0"
51+
"strict_min_version": "128.0",
52+
"data_collection_permissions":
53+
{
54+
"required":
55+
[
56+
"websiteContent"
57+
]
58+
}
5259
},
5360
"gecko_android":
5461
{

0 commit comments

Comments
 (0)