How to include JSON file referenced in manifest (Failed to resolve file.json)
I'm trying to setup "declarative_net_request" in the manifest. However whenever i include the resource "blocklist.json" I get the "failed to resolve" error. Here's my package.json:
Here's a basic repersentation of my directory:
Project/
ββ package.json
ββ blocklist.json
ββ build/
ββ .plasmo/
1 Reply
specify the file in the web accessible resources maybe https://docs.plasmo.com/framework/assets
Plasmo Docs
Assets β Plasmo
Plasmo offers several ways to easily bundle assets into your browser extension.