Skip to content

Commit dea1572

Browse files
committed
[ADD] docs for webextension-polyfill
1 parent 0cc1e0b commit dea1572

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ well with this template. [Check it out here](https://gist.github.com/JohnBra/c81
4141
- [TypeScript](https://www.typescriptlang.org/)
4242
- [Tailwind CSS](https://tailwindcss.com/)
4343
- [i18n (optional)](https://developer.chrome.com/docs/extensions/reference/api/i18n)
44+
- [Cross browser development with polyfill (optional)](https://github.com/mozilla/webextension-polyfill?tab=readme-ov-file#basic-setup-with-module-bundlers)
4445
- [ESLint](https://eslint.org/)
4546
- [Chrome Extension Manifest Version 3](https://developer.chrome.com/docs/extensions/mv3/intro/)
4647
- [Github Action](https://github.com/JohnBra/vite-web-extension/actions/workflows/ci.yml) to build and zip your extension (manual trigger)
@@ -171,6 +172,7 @@ To run the workflow do the following:
171172
- [Vite Plugin](https://vitejs.dev/guide/api-plugin.html)
172173
- [Chrome Extension with manifest 3](https://developer.chrome.com/docs/extensions/mv3/)
173174
- [Chrome Extension i18n](https://developer.chrome.com/docs/extensions/reference/api/i18n#description)
175+
- [Cross browser development with webextension-polyfill](https://github.com/mozilla/webextension-polyfill?tab=readme-ov-file#webextension-browser-api-polyfill)
174176
- [Rollup](https://rollupjs.org/guide/en/)
175177
- [@crxjs/vite-plugin](https://crxjs.dev/vite-plugin)
176178
- [Tailwind CSS](https://tailwindcss.com/docs/configuration)

0 commit comments

Comments
 (0)