We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
browser_specific_settings
data_collection_permissions
1 parent 498ce0d commit c13b502Copy full SHA for c13b502
1 file changed
build/pack.js
@@ -73,6 +73,15 @@ firefoxManifest.browser_specific_settings = {
73
: "8e515334-52b5-4cc5-b4e8-675d50af677d"
74
}}`,
75
strict_min_version: "91.1.0",
76
+ data_collection_permissions: {
77
+ "required": [
78
+ "none" // 没有必须传送至第三方的资料。安装转页没有记录用户何时何地安装了什么。
79
+ ],
80
+ "optional": [
81
+ "authenticationInfo", // 使用 Cloud Backup / Import 时,有传送用户的资料至第三方作登入验证
82
+ "personallyIdentifyingInfo" // 使用 电邮 或 帐密 让第三方识别个人身份进行 Cloud Backup / Import
83
+ ]
84
+ }
85
},
86
};
87
0 commit comments