搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

My extension's update.json isn't working; how do I troubleshoot it?

more options

manifest.json has:

 "applications": {
   "gecko": {
     "id": "[email protected]",
     "update_url": "https://www.booktrakr.com/uploads/downloads/firefox-updates.json"
   }
 },

When I try to load the update_url in my browser, it works fine using the URL quoted above. My update file looks like: { "addons": { "updates": [ { "version": "0.3.3", "update_link": "https://www.booktrakr.com/uploads/downloads/BookTrakr%20Button%20for%20Firefox.xpi"} ] } }

If I copy that URL into my browser, it downloads the file, so the URL seems to be correct.

When I try to force an auto-update, FF appears to look for an update, but nothing installs and my extension remains version 0.3.2. Can't find any help on how to troubleshoot this situation. Can someone suggest some techniques for troubleshooting or point me to a blog post or something?

manifest.json has: "applications": { "gecko": { "id": "[email protected]", "update_url": "https://www.booktrakr.com/uploads/downloads/firefox-updates.json" } }, When I try to load the update_url in my browser, it works fine using the URL quoted above. My update file looks like: { "addons": { "updates": [ { "version": "0.3.3", "update_link": "https://www.booktrakr.com/uploads/downloads/BookTrakr%20Button%20for%20Firefox.xpi"} ] } } If I copy that URL into my browser, it downloads the file, so the URL seems to be correct. When I try to force an auto-update, FF appears to look for an update, but nothing installs and my extension remains version 0.3.2. Can't find any help on how to troubleshoot this situation. Can someone suggest some techniques for troubleshooting or point me to a blog post or something?

所有回覆 (2)

more options

The XPI file is send by the server as text/plain and not as application/x-xpinstall that is used for extensions. so you would have to configure the server to send the correct content type for an XPI file.

由 cor-el 於 修改

more options

Also, there is a forum for extension developers here:

https://discourse.mozilla.org/c/add-ons