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",
|
"incognito": "not_allowed",
|
||||||
"description": "__MSG_extensionDescription__",
|
"description": "__MSG_extensionDescription__",
|
||||||
"icons": {
|
"icons": {
|
||||||
"48": "img/container-site-d-48.png",
|
"48": "img/ui/icon-mac.svg",
|
||||||
"96": "img/container-site-d-96.png"
|
"96": "img/ui/icon-mac.svg"
|
||||||
},
|
},
|
||||||
"homepage_url": "https://github.com/BPower0036/multi-account-containers/tree/wildcard",
|
"homepage_url": "https://github.com/BPower0036/multi-account-containers/tree/wildcard",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
|
@ -115,13 +115,13 @@
|
||||||
},
|
},
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"browser_style": true,
|
"browser_style": true,
|
||||||
"default_icon": "img/multiaccountcontainer-16.svg",
|
"default_icon": "img/ui/icon-mac.svg",
|
||||||
"default_title": "Multi-Account Containers",
|
"default_title": "Multi-Account Containers",
|
||||||
"default_popup": "popup.html",
|
"default_popup": "popup.html",
|
||||||
"theme_icons": [
|
"theme_icons": [
|
||||||
{
|
{
|
||||||
"light": "img/multiaccountcontainer-16-dark.svg",
|
"light": "img/ui/icon-mac.svg",
|
||||||
"dark": "img/multiaccountcontainer-16.svg",
|
"dark": "img/ui/icon-mac.svg",
|
||||||
"size": 32
|
"size": 32
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -145,7 +145,7 @@
|
||||||
],
|
],
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"web_accessible_resources": [
|
"web_accessible_resources": [
|
||||||
"/img/container-site-d-24.png"
|
"/img/ui/icon-openin.svg"
|
||||||
],
|
],
|
||||||
"options_ui": {
|
"options_ui": {
|
||||||
"page": "options.html",
|
"page": "options.html",
|
||||||
|
|
Loading…
Add table
Reference in a new issue