diff --git a/builds/crx.crx b/builds/crx.crx index 17ff1d2e6..24047f408 100644 Binary files a/builds/crx.crx and b/builds/crx.crx differ diff --git a/builds/crx/manifest.json b/builds/crx/manifest.json index 8d6bc92f9..bdf91b844 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": "24", "permissions": [ "storage" ] diff --git a/src/General/meta/manifest.json b/src/General/meta/manifest.json index b9793bda3..b8d3ec605 100644 --- 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": "24", "permissions": [ "storage" ]