Commit f1ee2e7
committed
fix: add data_collection_permissions for Firefox Add-ons compliance
Firefox Add-ons now requires all new extensions submitted after November 3, 2025
to declare data collection practices in manifest.json. This extension does not
collect or transmit any user data, so we explicitly set data_collection_permissions
to "none" in the browser_specific_settings.gecko section to comply with the new policy.1 parent ae611fc commit f1ee2e7
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
0 commit comments