| 1 | import { TabRecency } from "./tab_recency.js"; |
| 2 | |
| 3 | // We're using browser.runtime to determine the browser name and version for Firefox. That API is |
| 4 | // only available on the background page. We're not using window.navigator because it's unreliable. |