Develop a chrome extension using TypeScript. The code is transpiled into JavaScript using Gulp.js
Steps to get started:
- Install dependancies: npm install
- To generate dev version (the task will keep running as you keep making changes): npm run dev
- To generate production version: npm run prod
- The code will be generated inside /dist. Load unpacked extension to Chrome to test
The manifest.json and manifest.PROD.json are meant to be used as different environments (same with config.json and config.PROD.json). The appropriate file should be edited depending on whether you are generating the dev version or the prod version.