Skip to content

Commit 77f31b2

Browse files
committed
Update data colletion properties
1 parent c518815 commit 77f31b2

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

buildScripts/build-firefox.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ firefoxManifest.browser_specific_settings = {
6262
gecko: {
6363
id: "codetweak@MrBlankCoding",
6464
strict_min_version: "128.0",
65+
data_collection_permissions: {
66+
required: ["none"],
67+
},
6568
},
6669
};
6770

src/manifest.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,14 @@
6666
"resources": ["utils/*", "GM/*", "ai_dom_editor/*"],
6767
"matches": ["<all_urls>"]
6868
}
69-
]
70-
}
69+
],
70+
"browser_specific_settings": {
71+
"gecko": {
72+
"id": "codetweak@MrBlankCoding",
73+
"strict_min_version": "128.0",
74+
"data_collection_permissions": {
75+
"required": ["none"]
76+
}
77+
}
78+
}
79+
}

0 commit comments

Comments
 (0)