mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Fix storybook by shimming MV3 method (#15749)
This commit is contained in:
parent
8c8539d1f5
commit
4de0f86a15
@ -1,4 +1,8 @@
|
||||
module.exports = {
|
||||
runtime: {},
|
||||
};
|
||||
runtime: {
|
||||
getManifest: () => {
|
||||
return { manifest_version: 2 };
|
||||
}
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user