(id: string)
| 15 | }; |
| 16 | |
| 17 | export function isFeaturePrivate(id: string): boolean { |
| 18 | return id.startsWith('rgh-'); |
| 19 | } |
| 20 | |
| 21 | // Safari iOS 17.6 has the key, but it does nothing |
| 22 | export const doesBrowserActionOpenOptions = !globalThis.chrome?.contextMenus |