lxieyang / chrome-extension-boilerplate-react

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

Chrome. notifications. create failed to initiate notification #160

Open onion-onion opened 1 year ago

onion-onion commented 1 year ago

After modifying the name attribute in the manifest.json file, using chrome. notifications. create cannot initiate notifications. However, after changing to the default name: Chrome Extension with React&Webpack, notifications can be sent normally, which I don't understand