mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 11:28:51 +01:00
5 lines
136 B
JavaScript
5 lines
136 B
JavaScript
|
import browser from 'webextension-polyfill';
|
||
|
|
||
|
export const isManifestV3 = () =>
|
||
|
browser.runtime.getManifest().manifest_version === 3;
|