This commit is contained in:
parent
afa417fef9
commit
d5e084f9e0
1 changed files with 6 additions and 6 deletions
|
@ -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": [
|
||||
|
@ -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
|
||||
}
|
||||
]
|
||||
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue