// @ts-check export const PLATFORM = { API: /** @type {const} */('api'), CHROMIUM_MV2: /** @type {const} */('chrome'), CHROMIUM_MV2_PLUS: /** @type {const} */('chrome-plus'), CHROMIUM_MV3: /** @type {const} */('chrome-mv3'), FIREFOX_MV2: /** @type {const} */('firefox'), FIREFOX_MV3: /** @type {const} */('firefox-mv3'), THUNDERBIRD: /** @type {const} */('thunderbird'), };