diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 8542463..eaceb8b 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uMatrix", "short_name": "uMatrix", - "version": "1.1.2", + "version": "1.1.3.0", "description": "__MSG_extShortDesc__", "icons": { "16": "img/icon_16.png", diff --git a/platform/webext/manifest.json b/platform/webext/manifest.json index bdd4853..3e69788 100644 --- a/platform/webext/manifest.json +++ b/platform/webext/manifest.json @@ -38,7 +38,6 @@ "128": "img/icon_128.png" }, "manifest_version": 2, - "minimum_chrome_version": "26.0", "name": "uMatrix", "options_ui": { "page":"dashboard.html",