@interc0der/wext-manifest-webpack-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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

Package Sidebar

Install

npm i @interc0der/wext-manifest-webpack-plugin

Weekly Downloads

1

Version

0.0.4

License

GNU GPL-3.0

Unpacked Size

72.2 kB

Total Files

12

Last publish

Collaborators

  • interc0der