lxieyang / chrome-extension-boilerplate-react

A Chrome Extensions boilerplate using React 18 and Webpack 5.
MIT License
3.47k stars 1.08k forks source link

Add comment about `devtools_page` permissions request to manifest.json #124

Open peterhartree opened 2 years ago

peterhartree commented 2 years ago

If you include devtools_page in your extension manifest, the extension will show the following permissions warning on install:

I wasted quite some time trying to figure out why I was getting this warning—it's not obvious that the devtools_page thing would trigger it.

I suggest adding a comment about this, or else removing the line completely.