canmove, Confirmed users
1,448
edits
m (→chrome-domains) |
m (→update-url) |
||
| Line 179: | Line 179: | ||
=== update-url === | === update-url === | ||
A link to a custom Update Manifest file that specifies available updates to the addon. The format of this URL follows the same rules and have the same options as the [https://developer.mozilla.org/en/Install_Manifests#updateURL previous manifest format]. The file it links to, however, can use the previous format or a new format. See [ | A link to a custom Update Manifest file that specifies available updates to the addon. The format of this URL follows the same rules and have the same options as the [https://developer.mozilla.org/en/Install_Manifests#updateURL previous manifest format]. The file it links to, however, can use the previous format or a new format. See [[User:Jorge.villalobos/AddonPackaging/UpdateFile|the section on the update file]] for more information. | ||
'''Example:''' | '''Example:''' | ||
<pre><p id="update-url">http://www.example.com/update.php?id=%ITEM_ID%&version=%ITEM_VERSION%</p></pre> | <pre><p id="update-url">http://www.example.com/update.php?id=%ITEM_ID%&version=%ITEM_VERSION%</p></pre> | ||
=== update-key === | === update-key === | ||