This is an extension installation server for Chrome browsers that allows you to install extensions bypassing the Chrome Web Store
You can check out Vue.js frontend for this server
This server is used for Foxford Tools extension
- Clone this repository
- Copy build.zip to the root of the project. This zip should contain the manifest.json at least
- (Optional) Copy your private key into the project root as key.pem; it will create itself if you don't copy it
- (Optional) Rename .env.example to .env, and then customize the settings. Otherwise, the default settings as in .env.example will be used
- Run
npm install
- Run
npm run start