1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

Fix storybook by shimming MV3 method (#15749)

This commit is contained in:
David Walsh 2022-09-06 15:56:08 -05:00 committed by GitHub
parent 8c8539d1f5
commit 4de0f86a15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,8 @@
module.exports = {
runtime: {},
};
runtime: {
getManifest: () => {
return { manifest_version: 2 };
}
},
};