web-extension-starter icon indicating copy to clipboard operation
web-extension-starter copied to clipboard

🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension

Results 16 web-extension-starter issues
Sort by recently updated
recently updated
newest added

I'm aware of the previous [issue](https://github.com/abhijithvijayan/web-extension-starter/issues/29) not sure how the [fix](https://github.com/abhijithvijayan/web-extension-starter/commit/23cc204dc433f642a9fd87b56080985041ddd88f) worked for you, when basically you are telling webpack not to generate them.

impact: med
effort: med
type: bug
status: confirmed
Hacktoberfest

> Warning: [LibSass and Node Sass are deprecated](https://sass-lang.com/blog/libsass-is-deprecated). While they will continue to receive maintenance releases indefinitely, there are no plans to add additional features or compatibility with any new...

Fix issue with node-sass as explained here https://github.com/abhijithvijayan/web-extension-starter/issues/86

Bumps [terser](https://github.com/terser/terser) from 4.7.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Any plans on upgrading this to work with manifest V3? Or a list of manual changes that need to be done? It doesn't seem to work out of the box...

help wanted
type: feature or enhancement
💡 Proposed Work
effort: high
impact: high

I have found previous issues (#9 and #11) that Safari uses its proprietary extension format, and web-extension-starter for Safari will not be worked on. I am curious about an updated...

help wanted
type: feature or enhancement
effort: high
impact: high

Hello, Thank you for your work. Would it be possible to add npm tasks to automatically publish to the Firefox and Chrome stores? It is possible with: https://www.npmjs.com/package/web-ext-submit FF https://www.npmjs.com/package/chrome-webstore-upload-cli...

good first issue
effort: med
type: feature or enhancement
impact: high

I'm using the React + TypeScript branch and using React in ContentScript, When I make any change in the react files it takes about 40 seconds until I can see...

impact: med
effort: med
type: question or discussion
topic: Performance

adjusting webpack config like ``` { loader: 'css-loader', // Takes the CSS files and returns the CSS with imports and url(...) for Webpack options: { sourceMap: true, modules: { localIdentName:...

effort: low
💡 Proposed Work

This adds automatic publishing as per the request of #50. If someone could just verify that this works with their extension, that would be great! It should theoretically work though....

hacktoberfest-accepted