Additional permissions for development vs production
Considering that I'm working on an ext that will also have a backend, it makes a lot of sense for Plasmo to automatically set the final
host_permissions
with the proper hostnames
I.e. during development I will have
while in production:
Solution:Jump to solution
Nevermind, I figured that I can just do
```json
{
"manifest": {
"host_permissions": ["$PLASMO_PUBLIC_SERVER_URL"]...
1 Reply
Solution
Nevermind, I figured that I can just do
.env.local
.env.production