coder_iyke
PD🧩 Plasmo Developers
•Created by coder_iyke on 5/21/2025 in #👾extension
Manifest.json includes web_accessible_resources I didn't add
I am having an issue where the
web_accessible_resources
array includes a resources
array with resources I didn't add. This is causing issues with uploading to Edge extension store as the extension is rejected during the validation process. I was able to get rid of one of the resources array by deleting the getStyle
function in one of the content UIs but it hasn't worked for the second one. I once had some of these resources in the project but have sice removed them, cleared .plasmo
folder and deleted node_modules
but no luck whatsoever.
Below is my index.tsx PlasmoCSConfig
Below is the web_accessible_resources
section of the generated manifest.json
I did not add any contents.css
, contents.scss
or contents.png
but they appear in the array but not in the generated resources.2 replies
PD🧩 Plasmo Developers
•Created by coder_iyke on 10/25/2024 in #👾extension
Plasmo rerendering CSUI infinitely and using up PC memory
I have the code below that uses and anchorlist to inject multiple instances of the same component. Anchorlist is supported by plasmo but for some reason it runs in an infinite rerender loop:
2 replies