From aec3ce19b43724777f8682730d471bdd83411505 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Fri, 3 Aug 2012 16:56:36 -0700 Subject: [PATCH] added Chrome minimum version to manifest --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 411e6bb..eae9924 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,6 @@ "js": ["js/inject/debug.js"], "run_at": "document_start" } - ] + ], + "minimum_chrome_version": "21.0.1180.57" }