Chrome warns about .pem files in the unpacked extension:
There were warnings when trying to install this extension:
This extension includes the key file '/Users/admin/games/voxeljs/nodeachrome/app/node_modules/public-encrypt/test/test_key.pem'. You probably don't want to do that.
This extension includes the key file '/Users/admin/games/voxeljs/nodeachrome/app/node_modules/public-encrypt/test/test_rsa_privkey.pem'. You probably don't want to do that.
This extension includes the key file '/Users/admin/games/voxeljs/nodeachrome/app/node_modules/public-encrypt/test/test_rsa_pubkey.pem'. You probably don't want to do that.
This extension includes the key file '/Users/admin/games/voxeljs/nodeachrome/app/node_modules/npm/node_modules/npm-registry-couchapp/node_modules/couchapp/node_modules/http-proxy/test/fixtures/agent2-key.pem'. You probably don't want to do that.
These files are from a module dependency, which isn't needed, and not even node_modules is needed in the extension itself due to browserify bundling it all into one file. Could fix this by building the Chrome extension into a separate build directory.
Chrome warns about .pem files in the unpacked extension:
These files are from a module dependency, which isn't needed, and not even
node_modules
is needed in the extension itself due to browserify bundling it all into one file. Could fix this by building the Chrome extension into a separate build directory.