From 44540ebfae6050618a55834ebc4f5ee7c0b632f2 Mon Sep 17 00:00:00 2001 From: Dmitry Menov <18627661+mdmen@users.noreply.github.com> Date: Tue, 13 Feb 2018 23:39:52 +0300 Subject: [PATCH] add minimum chrome version --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 554d5f1..4c19f87 100644 --- a/manifest.json +++ b/manifest.json @@ -20,5 +20,6 @@ "permissions": [ "management" - ] + ], + "minimum_chrome_version": "32" } \ No newline at end of file