385
edits
(→Local State: preferences) |
(unify type align center styling) |
||
| Line 17: | Line 17: | ||
|- | |- | ||
! <tt>timestamp</tt> | ! <tt>timestamp</tt> | ||
| align= | | align=center | <tt>Date (string)</tt> | ||
| Time when the manifest was created | | Time when the manifest was created | ||
|- | |- | ||
! <tt>uninstall</tt> | ! <tt>uninstall</tt> | ||
| align= | | align=center | <tt>[strings]</tt> | ||
| Array of add-on id strings to uninstall | | Array of add-on id strings to uninstall | ||
|} | |} | ||
| Line 31: | Line 31: | ||
{| cellpadding=5 | {| cellpadding=5 | ||
! <tt>hash</tt> | ! <tt>hash</tt> | ||
| <tt>string</tt> | | align=center | <tt>string</tt> | ||
| Expected hash of the downloaded xpi structured as "<hash algorithm>:<hex hash value>" e.g., "sha256:a1b2c3..." | | Expected hash of the downloaded xpi structured as "<hash algorithm>:<hex hash value>" e.g., "sha256:a1b2c3..." | ||
|- | |- | ||
! <tt>id</tt> | ! <tt>id</tt> | ||
| <tt>string</tt> | | align=center | <tt>string</tt> | ||
| Add-on id to check if it's already installed locally | | Add-on id to check if it's already installed locally | ||
|- | |- | ||
! <tt>url</tt> | ! <tt>url</tt> | ||
| <tt>string</tt> | | align=center | <tt>string</tt> | ||
| URL to fetch the .xpi to install the add-on | | URL to fetch the .xpi to install the add-on | ||
|- | |- | ||
! <tt>version</tt> | ! <tt>version</tt> | ||
| <tt>string</tt> | | align=center | <tt>string</tt> | ||
| Version of the add-on to check if the local version is already current | | Version of the add-on to check if the local version is already current | ||
|} | |} | ||
edits