Skip to content

Commit

Permalink
refactor!: fix manifest v3 errors #1051
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat committed Jul 13, 2022
1 parent 2f84b04 commit 7cd1349
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"COMMENT_web_accessible_resources": "https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/#web-accessible-resources",
"web_accessible_resources": [
{
"resources": ["js/inpageScript.bundle.js"]
"resources": ["js/inpageScript.bundle.js"],
"matches": ["https://*/*"]
}
],

Expand Down Expand Up @@ -80,7 +81,6 @@
}
],
"default_title": "Alby - Bitcoin Lightning Wallet",
"__chrome|opera__chrome_style": false,
"__firefox__browser_style": false
},

Expand All @@ -95,7 +95,6 @@
"options_ui": {
"page": "options.html",
"open_in_tab": true,
"__chrome|opera__chrome_style": false,
"__firefox__browser_style": false
},

Expand Down

0 comments on commit 7cd1349

Please sign in to comment.