Inter Net
unread,Jun 11, 2021, 4:33:51 AM6/11/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions, salem...@gmail.com, Chromium Extensions, Inter Net
I'm not including source maps anymore in my bundle, I assume the chance of getting approval is now higher, The only error left is now `Manifest: property 'icons' ignored, type array expected.` I checked all the extension development docs and it does not expect an array, but the error still insists that it should be one, converting it to an error results in the extension not working at all.
````
"icons": { "192": "icon192.png" },
```
This is how I have it and how the Documentation wants it, but the console says `Manifest: property 'icons' ignored, type array expected.` what can it be maybe some react side code causing this? Thanks