383
edits
(→prefs) |
(→tabs) |
||
Line 131: | Line 131: | ||
== tabs == | == tabs == | ||
Tabs describe the opened tabs on a given client to provide functionality like get-up-n-go. | |||
<b>clientName</b> <i>string</i>: name of the client providing these tabs | |||
<b>tabs</b> <i>array of objects</i>: each object describes a tab | |||
<b>title</b> <i>string</i>: title of the current page | |||
<b>urlHistory</b> <i>array of strings</i>: page urls in the tab's history | |||
<b>icon</b> <i>string</i>: favicon uri of the tab | |||
<b>lastUsed</b> <i>integer</i>: datetime in seconds the tab was last accessed |
edits