From 36f3bc500298fa10aa5c96c80d535a0c42bbccac Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 23 Nov 2015 13:20:29 -0800 Subject: [PATCH] Add minimum chrome version Chrome 37 and higher should support the native SubtleCrypto api, which allows us to remove the cryptojs polyfill from libaxolotl. // FREEBIE --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index 39f7a5b3..30fd4942 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,7 @@ "description": "Private Messenger", "version": "0.0.1", "offline_enabled": false, + "minimum_chrome_version": "37", "permissions": [ "unlimitedStorage",