mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2026-03-24 23:02:58 +00:00
Firefox: Specify no data collection required by the extension
This extension doesn't track anything about the user or their activities inside the sites (Furbooru/Derpibooru/Tantabus) or inside the extension.
This commit is contained in:
@@ -4,7 +4,12 @@
|
||||
"version": "0.6.0",
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "furbooru-tagging-assistant@thecore.city"
|
||||
"id": "furbooru-tagging-assistant@thecore.city",
|
||||
"data_collection_permissions": {
|
||||
"required": [
|
||||
"none"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
|
||||
Reference in New Issue
Block a user