experiments in a post-browser web
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(extension): add data_collection_permissions for Firefox Addons submission

+5 -1
+5 -1
backend/extension/manifest.json
··· 25 25 "browser_specific_settings": { 26 26 "gecko": { 27 27 "id": "peek@burrito.space", 28 - "strict_min_version": "109.0" 28 + "strict_min_version": "109.0", 29 + "data_collection_permissions": { 30 + "required": ["browsingActivity", "bookmarksInfo"], 31 + "optional": ["technicalAndInteraction"] 32 + } 29 33 } 30 34 } 31 35 }