#879·plasmo

[BUG] generated manifest.json includes unnecessary permissions for web_accessible_resources.

Author: kawamataryoCreated Jan 26, 2024Updated Jan 24, 2026
Labelsbug

What happened?

Thank you for developing a fantastic product.

I'm experiencing a bug while building CSUI using TailwindCSS. Unnecessary permissions for web_accessible_resources are being listed in the manifest.json.

For instance, content.xxxx.css is listed as a web_accessible_resource in the manifest.json, but this file is not present in the build results.

manifest.json: image

All built files: image

reproduction

Version

Latest

What OS are you seeing the problem on?

MacOSX

What browsers are you seeing the problem on?

Microsoft Edge

Relevant log output

No response

(OPTIONAL) Contribution

  • I would like to fix this BUG via a PR

Code of Conduct

  • I agree to follow this project's Code of Conduct
  • I checked the current issues for duplicate problems.