Skip to content

Commit

Permalink
https://github.com/mozilla/multi-account-containers/pull/2546
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomes77 committed Jun 26, 2023
1 parent afa417f commit d5e084f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"incognito": "not_allowed",
"description": "__MSG_extensionDescription__",
"icons": {
"48": "img/container-site-d-48.png",
"96": "img/container-site-d-96.png"
"48": "img/ui/icon-mac.svg",
"96": "img/ui/icon-mac.svg"
},
"homepage_url": "https://github.com/BPower0036/multi-account-containers/tree/wildcard",
"permissions": [
Expand Down Expand Up @@ -115,13 +115,13 @@
},
"browser_action": {
"browser_style": true,
"default_icon": "img/multiaccountcontainer-16.svg",
"default_icon": "img/ui/icon-mac.svg",
"default_title": "Multi-Account Containers",
"default_popup": "popup.html",
"theme_icons": [
{
"light": "img/multiaccountcontainer-16-dark.svg",
"dark": "img/multiaccountcontainer-16.svg",
"light": "img/ui/icon-mac.svg",
"dark": "img/ui/icon-mac.svg",
"size": 32
}
]
Expand All @@ -145,7 +145,7 @@
],
"default_locale": "en",
"web_accessible_resources": [
"/img/container-site-d-24.png"
"/img/ui/icon-openin.svg"
],
"options_ui": {
"page": "options.html",
Expand Down

0 comments on commit d5e084f

Please sign in to comment.