rowlinsonmike / react-chrome-extension-starter

react app as chrome extension boilerplate code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Chrome Extension Starter

Using CRA and Chrome extension manifest version 3.

Usage

Put logo.png to be used for manifest icons inside the root directory. The right sizes will be automatically generated in the public/images directory during:

npm run build

.env.production added with INLINE_RUNTIME_CHUNK in order to run react app as a chrome extension

About

react app as chrome extension boilerplate code


Languages

Language:HTML 77.0%Language:JavaScript 23.0%