385
edits
(→Local State: fix type of infoUrl) |
(→Local State: indicate which prefs are JSON) |
||
| Line 57: | Line 57: | ||
{| cellpadding=5 | {| cellpadding=5 | ||
! <tt>disabledIds</tt> | ! <tt>disabledIds</tt> | ||
| align=center | <tt>[strings]</tt> | | align=center | <tt>JSON [strings]</tt> | ||
| Add-on ids of add-ons that were disabled when Sigma was disabled | | Add-on ids of add-ons that were disabled when Sigma was disabled | ||
|- | |- | ||
| Line 65: | Line 65: | ||
|- | |- | ||
! <tt>installIds</tt> | ! <tt>installIds</tt> | ||
| align=center | <tt>[strings]</tt> | | align=center | <tt>JSON [strings]</tt> | ||
| Add-on ids from the last successful manifest (copied from the <tt>id</tt> property of the objects in the <tt>install</tt> property) | | Add-on ids from the last successful manifest (copied from the <tt>id</tt> property of the objects in the <tt>install</tt> property) | ||
|- | |- | ||
| Line 77: | Line 77: | ||
|- | |- | ||
! <tt>timestamp</tt> | ! <tt>timestamp</tt> | ||
| align=center | <tt>Date | | align=center | <tt>JSON Date</tt> | ||
| Timestamp from the last successful manifest (copied from the <tt>timestamp</tt> property) | | Timestamp from the last successful manifest (copied from the <tt>timestamp</tt> property) | ||
|} | |} | ||
= Add-on Behavior = | = Add-on Behavior = | ||
edits