fix add-on manifest

This commit is contained in:
Noah Masur
2026-01-30 17:45:04 -05:00
parent 0239a9925c
commit be6d6b0d35
3 changed files with 11 additions and 5 deletions

View File

@@ -16,7 +16,10 @@
},
"browser_specific_settings": {
"gecko": {
"id": "firefox-history-exporter@nmasur.com"
"id": "firefox-history-exporter@nmasur.com",
"data_collection_permissions": {
"required": ["none"]
}
}
}
}