mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 18:13:25 +00:00
firefox support (kinda with manual permission set)
This commit is contained in:
3
src/utils/extension.ts
Normal file
3
src/utils/extension.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const isChrome = () => {
|
||||
return chrome.runtime.getURL('').startsWith('chrome-extension://');
|
||||
};
|
Reference in New Issue
Block a user