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