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 8, 2022
1 parent 9f3dafb commit e69bd5b
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 @@ -58,7 +59,6 @@
"128": "assets/icons/alby_icon_sleeping_128x128.png"
},
"default_title": "Alby - Bitcoin Lightning Wallet",
"__chrome|opera__chrome_style": false,
"__firefox__browser_style": false
},

Expand All @@ -73,7 +73,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 e69bd5b

Please sign in to comment.