jc3213 / download_with_aria2

The browser extenson for aria2 download utility via JSON-RPC
GNU Lesser General Public License v2.1
60 stars 8 forks source link

Duplicate keys are not allowed in JSON files #50

Closed ivysrono closed 1 year ago

ivysrono commented 1 year ago

4.1.0.1608.xpi 的验证结果

Duplicate keys are not allowed in JSON files.

错误: Duplicate key: option_proxy_enabled_title found in JSON

_locales/zh/messages.json 第 149 行

Use "browser_specific_settings" instead of "applications".

警告: The "applications" property in the manifest is deprecated and will no longer be accepted in Manifest Version 3 and above.

manifest.json
jc3213 commented 1 year ago

第一个问题知道原因了,是忘了改成always_title,然后后面是因为火狐估计也要支持mv3了,鬼知道呢。我去看看相关代码

jc3213 commented 1 year ago

这下4.1.0.1609应该没问题了吧?

ivysrono commented 1 year ago

好了,已提交amo