diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7d11d..651994b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Intercept Redirect +## v5.2.2 - 2020-05-15 +- Add a privacy policy: `PRIVACY.md` +- Add a badge for CWS +- Add a 300x300 icon for Microsoft Edge Addons Catalog + ## v5.2.1 - 2020-05-05 - Add github actions to perform CI - Add AMO badge to the README (Addresses #16) diff --git a/PRIVACY.md b/PRIVACY.md new file mode 100644 index 0000000..8dd2a1d --- /dev/null +++ b/PRIVACY.md @@ -0,0 +1 @@ +Intercept Redirect does not collect any personal information. diff --git a/README.md b/README.md index a2eed81..32477c7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ [![Appveyor](https://ci.appveyor.com/api/projects/status/9qrj76bt914531gg/branch/master?svg=true)](https://ci.appveyor.com/project/bjornstar/intercept-redirect/branch/master) [![CircleCI](https://circleci.com/gh/bjornstar/intercept-redirect/tree/master.svg?style=svg)](https://circleci.com/gh/bjornstar/intercept-redirect/tree/master) -[![Badge](https://img.shields.io/amo/v/intercept-redirect)](https://intercept-redirect.firefox.bjornstar.com) +[![AMO Badge](https://img.shields.io/amo/v/intercept-redirect)](https://intercept-redirect.firefox.bjornstar.com) +[![CWS Badge](https://img.shields.io/chrome-web-store/v/kdjmiebhgaleboaamnehjbamlghkoedf)](https://intercept-redirect.chrome.bjornstar.com) Skip tracking redirects that serve no purpose other than to waste your valuable time. diff --git a/assets/icon-300.png b/assets/icon-300.png new file mode 100644 index 0000000..89264fe Binary files /dev/null and b/assets/icon-300.png differ diff --git a/package.json b/package.json index 464e8bc..cbe948b 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "@bjornstar/intercept-redirect", - "version": "5.2.1", + "version": "5.2.2", "description": "Skip tracking redirects that serve no purpose other than to waste your valuable time.", "main": "webextension/index.js", "dependencies": {}, "devDependencies": { - "eslint": "^6.8.0", + "eslint": "^7.0.0", "mocha": "^7.1.2" }, "scripts": { diff --git a/webextension/manifest.json b/webextension/manifest.json index 3f17a85..58e6544 100644 --- a/webextension/manifest.json +++ b/webextension/manifest.json @@ -39,5 +39,5 @@ "*://workable.com/", "*://www.youtube.com/" ], - "version": "5.2.1" + "version": "5.2.2" }