CookieCloud icon indicating copy to clipboard operation
CookieCloud copied to clipboard

上传扩展的时候,过不了火狐的自动化验证测试

Open ixff opened this issue 5 months ago • 2 comments

cookie-cloud-0.3.1-firefox.zip 出错

The "data_collection_permissions" property is missing. 错误: The "/browser_specific_settings/gecko/data_collection_permissions" property is required for all new Firefox extensions, and will be required for new versions of existing extensions in the future. Please add this key to the manifest. More information at: https://mzl.la/firefox-builtin-data-consent

The add-on ID is missing in the manifest. 警告: The "/browser_specific_settings/gecko/id" property (add-on ID) should be specified in the manifest. This property will become mandatory in the future. See https://mzl.la/3PLZYdo for more information.

ixff avatar Nov 06 '25 08:11 ixff

测试包过不了发布流程或许是正常的?现在 firefox 不能本地载入了?

easychen avatar Nov 07 '25 04:11 easychen

现在在火狐上想自己安装非商店的扩展,一般都是自己上传到商店(自托管,非发布上架),本地载入限nightly版本?总之很麻烦。 其实就是manifest里缺了上述的字段,我加上后能过(但卡审核了,正常机器审核十分钟就过了)。

https://extensionworkshop.com/documentation/publish/signing-and-distribution-overview/


update: 之前应该是审核系统bug了,四五天了都还在审核;在manifest里添加了id和data_collection_permissions后,重新提交自托管,几分钟就过了审核。

ixff avatar Nov 07 '25 05:11 ixff