Fixed toolbar icons so they display correctly for light and dark themes.
This commit is contained in:
Родитель
68e83b875e
Коммит
92ff6447fa
|
@ -4,7 +4,7 @@
|
|||
"short_name": "Ad Analysis for Facebook",
|
||||
"description": "See how Facebook helps advertisers target you",
|
||||
"homepage_url": "https://github.com/mozilla/ad-analysis-for-facebook",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "AdAnalysisForFacebook@firefox.com"
|
||||
|
@ -52,8 +52,8 @@
|
|||
"default_popup": "door-hanger/door-hanger.html",
|
||||
"default_icon": "door-hanger/toolbar-icon-light.svg",
|
||||
"theme_icons": [{
|
||||
"light": "door-hanger/toolbar-icon-light.svg",
|
||||
"dark": "door-hanger/toolbar-icon-dark.svg",
|
||||
"light": "door-hanger/toolbar-icon-dark.svg",
|
||||
"dark": "door-hanger/toolbar-icon-light.svg",
|
||||
"size": 32
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"short_name": "Ad Analysis for Facebook",
|
||||
"description": "See how Facebook helps advertisers target you",
|
||||
"homepage_url": "https://github.com/mozilla/ad-analysis-for-facebook",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "AdAnalysisForFacebook@firefox.com"
|
||||
|
@ -55,8 +55,8 @@
|
|||
"default_popup": "door-hanger/door-hanger.html",
|
||||
"default_icon": "door-hanger/toolbar-icon-light.svg",
|
||||
"theme_icons": [{
|
||||
"light": "door-hanger/toolbar-icon-light.svg",
|
||||
"dark": "door-hanger/toolbar-icon-dark.svg",
|
||||
"light": "door-hanger/toolbar-icon-dark.svg",
|
||||
"dark": "door-hanger/toolbar-icon-light.svg",
|
||||
"size": 32
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ad-analysis-for-facebook",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "ad-analysis-for-facebook",
|
||||
"description": "Ad Analysis for Facebook",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"author": "Jason Chuang (jchuang@mozilla.com)",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mozilla/ad-analysis-for-facebook/issues"
|
||||
|
|
Загрузка…
Ссылка в новой задаче