Skip to content

Add manifest property "data_collection_permissions" #120

@aecreations

Description

@aecreations

The new data_collection_permissions key in the extension manifest will soon be required. See https://mzl.la/blog-data-consent-firefox-nightly.

The following should be added to the extension manifest:

"browser_specific_settings": {
    "gecko": {
      // ...
      "data_collection_permissions": {
        "required": [
          // TBA
        ]
      }
    }
  }

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions