PageInfo interface
A wrapper around the TabInfo object that allows us to capture an enabled/disabled state
Signature:
export interface PageInfo
Properties
| Property | Type | Description |
|---|---|---|
| enabled | boolean | Whether the extension should be enabled at all for the current tab |
| tabInfo | TabInfo | Information about the tab’s current contents |