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
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"description": "Private Messenger",
|
||||
"version": "0.0.1",
|
||||
"offline_enabled": false,
|
||||
"minimum_chrome_version": "37",
|
||||
|
||||
"permissions": [
|
||||
"unlimitedStorage",
|
||||
|
Reference in New Issue
Block a user