From 58beeaacc15008a0f40fd95bc8d54919a664c69b Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 11 Jul 2016 20:33:07 -0400 Subject: [PATCH] bump minimum browser version --- platform/chromium/manifest.json | 2 +- platform/opera/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index ccd317d29..9f0c10ea0 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -39,7 +39,7 @@ } ], "incognito": "split", - "minimum_chrome_version": "22.0", + "minimum_chrome_version": "26.0", "options_page": "dashboard.html", "options_ui": { "page": "options_ui.html" diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index 012eddf57..c0364d53a 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -39,7 +39,7 @@ } ], "incognito": "split", - "minimum_chrome_version": "22.0", + "minimum_chrome_version": "26.0", "options_page": "dashboard.html", "permissions": [ "contextMenus",