From a646ebded2a3f5df6b7748d92a70a4a871964bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Fedor?= Date: Tue, 17 Mar 2020 22:38:37 +0100 Subject: [PATCH] Remove identity permission, bump version --- changelog.txt | 2 +- manifest_chrome.json | 3 +-- manifest_firefox.json | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/changelog.txt b/changelog.txt index 58f62b84b..1fedbdb24 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,4 @@ -v1.4.2 +v1.4.2, v1.4.3 ------ - Fix high disk & CPU usage and improve loading times - Improved games highlighting diff --git a/manifest_chrome.json b/manifest_chrome.json index 180c2d8c9..3b91186dc 100644 --- a/manifest_chrome.json +++ b/manifest_chrome.json @@ -1,7 +1,7 @@ { "name": "Augmented Steam", "short_name": "AS", - "version": "1.4.2", + "version": "1.4.3", "description": "Augments your Steam Experience", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgSsjOO0ecqqAz6LCjjIoiRUV3VyW4p7mmTg9bC9uUkj28OgVr5+NRJpyI8gJx7Nd43ZEQ8dfwOl8GLnc3+m90jPSUASlliWxG2LQt81IZhtFurCLUELGIfUSr5vPdthRbwgnPrmRc5nylstBORBwYtT0Dos9pBcikHn0QKo87ggWEAQEBGkLXQ8An01LnQopLX4VbZHTfvoTIjPZOiHUVhKhn4aKM70e/u61mGMSp9WDBYrV0/OFKsVC9jWd9s0DX/uOm3KpFhOj4Bx+ehzEklXNuTTQshIC7NSgh+tAJwSa1GpO9jcCWCnFRqjfxwOrdylqIvCy+87fpU7nJ6sHRQIDAQAB", "icons": { @@ -17,7 +17,6 @@ }, "permissions": [ "storage", - "identity", "contextMenus", "*://*.steampowered.com/*", "*://steamcommunity.com/*", diff --git a/manifest_firefox.json b/manifest_firefox.json index 636ed8e9c..1704d21d6 100644 --- a/manifest_firefox.json +++ b/manifest_firefox.json @@ -1,7 +1,7 @@ { "name": "Augmented Steam", "short_name": "AS", - "version": "1.4.2", + "version": "1.4.3", "description": "Augments your Steam Experience", "icons": { "128": "img/es_128.png", @@ -22,7 +22,6 @@ }, "permissions": [ "storage", - "identity", "contextMenus", "*://*.steampowered.com/*", "*://steamcommunity.com/*",