diff --git a/manifest-production.json b/manifest-production.json index fbd5048..9e54cf6 100644 --- a/manifest-production.json +++ b/manifest-production.json @@ -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 }] } diff --git a/manifest-qa-testing.json b/manifest-qa-testing.json index 772f20a..3c80f68 100644 --- a/manifest-qa-testing.json +++ b/manifest-qa-testing.json @@ -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 }] } diff --git a/package-lock.json b/package-lock.json index 4eb30e5..574cea2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ad-analysis-for-facebook", - "version": "1.0.0", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a3ae0bb..337c587 100644 --- a/package.json +++ b/package.json @@ -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"