Skip to content

interc0der/wext-manifest-webpack-plugin

 
 

Repository files navigation

wext-manifest-webpack-plugin

Webpack plugin to solve the problem of generating js file for manifest.json entry

browser-extension-template

GitHub version GitHub version licenses licenses

Browser extension template with cross-browser compatibility

File Structure

The file structure has been modified to match a conventional ReactJS project.

├── build
│   ├── chrome
│   ├── firefox
│   ├── opera
├── config
├── public
│   ├── index.html
│   ├── popup.html
│   ├── options.html
│   ├── manifest.json
├── scripts
├── src
│   ├── components (shared)
│   ├── pages
│   │   ├──  index
│   │   │   ├──   index.ts
│   │   │   ├──   index.scss
│   │   ├──  popup
│   │   │   ├──   index.ts
│   │   │   ├──   index.scss
│   │   ├──  options
│   │   │   ├──   index.ts
│   │   │   ├──   index.scss
├── docs
├── node_modules
├── jest.config.js
├── tsconfig.json
├── yarn.lock
├── package.json

Features

coming soon...

Cross-browser compatibility

coming soon...

On the shoulder of giants...

This project is a derivative of a project called web-extension-starter
🙋‍♂️ Made by @abhijithvijayan

Support abhijithvijayan at PayPal, Patreon, Buy Me a Coffee

Donate

If you find my work valuable, please consider donating

About

Webpack plugin to solve the problem of generating js file for manifest.json entry

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 88.8%
  • JavaScript 11.2%