mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
f386e4ce4b
When you load an extension `.zip` file in Firefox, it fails to load scripts with the `.cjs` file extension. However, it works if you load the extension via the `manifest.json` file instead. After renaming the `lockdown.cjs` file to `lockdown.js`, it works in Firefox in all cases, regardless whether it's loaded by manifest or by `.zip`. |
||
---|---|---|
.. | ||
display.js | ||
etc.js | ||
index.js | ||
manifest.js | ||
scripts.js | ||
static.js | ||
styles.js | ||
task.js |