Skip to content

Commit

Permalink
Remove identity permission, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tfedor committed Mar 17, 2020
1 parent d88b020 commit a646ebd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions manifest_chrome.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -17,7 +17,6 @@
},
"permissions": [
"storage",
"identity",
"contextMenus",
"*://*.steampowered.com/*",
"*://steamcommunity.com/*",
Expand Down
3 changes: 1 addition & 2 deletions manifest_firefox.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -22,7 +22,6 @@
},
"permissions": [
"storage",
"identity",
"contextMenus",
"*://*.steampowered.com/*",
"*://steamcommunity.com/*",
Expand Down

0 comments on commit a646ebd

Please sign in to comment.