Dynamic Configuration
Is there a way to dynamically generate the manifest. For example, if I'm doing a build, I'd want certain variables to be omitted, like the
host
, localhost
, but for dev
I'd want that to be in there. Is this possible?5 Replies
Bump
you should be using environment variables .. are you facing issues w/ this? https://docs.plasmo.com/framework/env
Plasmo Docs
Environment Variables – Plasmo
Plasmo offers first-class support for environment variables. Learn how to use them in your browser extension.
Will check it out
Hmmmm
@rocket has reached level 4. GG!
So
I have a list of URLs for
host_permissions
, I want that when I am in a dev env localhost
gets appended to the array