From eadf2fd52e1da588f01383f77e1a8213e2a8fde3 Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Thu, 15 Aug 2013 23:04:38 -0700 Subject: [PATCH] Unfortunately, I have no intention of supporting Chrum 26 --- builds/crx/manifest.json | 2 +- src/General/meta/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builds/crx/manifest.json b/builds/crx/manifest.json index 8478d03ca..5696925d6 100644 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -15,7 +15,7 @@ "run_at": "document_start" }], "homepage_url": "http://zixaphir.github.com/appchan-x/", - "minimum_chrome_version": "26", + "minimum_chrome_version": "27", "permissions": [ "storage" ] diff --git a/src/General/meta/manifest.json b/src/General/meta/manifest.json index b9793bda3..53039fd37 100755 --- a/src/General/meta/manifest.json +++ b/src/General/meta/manifest.json @@ -15,7 +15,7 @@ "run_at": "document_start" }], "homepage_url": "<%= meta.page %>", - "minimum_chrome_version": "26", + "minimum_chrome_version": "27", "permissions": [ "storage" ]