From 0ab6d711d6d2429f310a08b6ead5df24b764b64d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Ma=C4=87kowski?= Date: Sun, 9 Jan 2022 12:44:25 +0100 Subject: [PATCH] Bump version to 1.3 --- ext/manifest.json | 5 ++--- package.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ext/manifest.json b/ext/manifest.json index a991a66..2ee7fbf 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -3,13 +3,13 @@ "name": "Satori Enhancements", "description": "Adds a few useful enhancements to Satori Online Judge website.", - "version": "1.2.6", + "version": "1.3", "minimum_chrome_version": "62", "browser_specific_settings": { "gecko": { - "id": "satori-enhancements@m4tx.pl", + "id": "{a7a2f4f4-8648-4221-8e88-af047e0fe5ca}", "strict_min_version": "42.0" } }, @@ -27,7 +27,6 @@ }, "permissions": [ - "activeTab", "storage", "notifications", "webRequest", diff --git a/package.json b/package.json index 5b2e8d7..54d4419 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "satori-enhancements", - "version": "1.2.6", + "version": "1.3", "description": "WebExtension that adds a few useful enhancements to Satori Online Judge website.", "main": "index.js", "scripts": {