From 1f4bff5c7c922cdd82d69e2bb8c69a67d722d8eb Mon Sep 17 00:00:00 2001 From: Son Date: Thu, 28 Oct 2021 20:12:56 +0200 Subject: [PATCH] v2.5.2 --- CHANGELOG | 4 ++++ package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f96861b..1903789 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.5.2] - 2021-10-28 + +Fix icon not displayed + ## [2.5.1] - 2021-10-28 Provide additional size icons diff --git a/package.json b/package.json index 1e68b1a..821bee3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simplelogin-extension", - "version": "2.5.1", + "version": "2.5.2", "betaRev": "0", "description": "SimpleLogin Browser Extension", "author": "extension@simplelogin.io", diff --git a/src/manifest.json b/src/manifest.json index 5524f5b..e5c156c 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -29,7 +29,7 @@ }, "browser_specific_settings": { "gecko": { - "id": "addon@simplelogin" + "id": "addon2@simplelogin" } }, "background": {