Skip to content

Commit

Permalink
Merge pull request #1 from zainfathoni/main
Browse files Browse the repository at this point in the history
fix(manifest): move the host URL to `host_permissions` key
  • Loading branch information
vetrivelcsamy authored Dec 7, 2023
2 parents 12c581a + 2355ca7 commit df4dcff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
"default_popup": "popup.html"
},
"background": {},
"host_permissions": [
"https://bigfrontend.dev/*"
],
"permissions": [
"https://bigfrontend.dev/*",
"unlimitedStorage",
"storage"
],
Expand Down

0 comments on commit df4dcff

Please sign in to comment.