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:
parent
50602fb8e5
commit
36f3bc5002
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
"description": "Private Messenger",
|
||||
"version": "0.0.1",
|
||||
"offline_enabled": false,
|
||||
"minimum_chrome_version": "37",
|
||||
|
||||
"permissions": [
|
||||
"unlimitedStorage",
|
||||
|
|
Loading…
Reference in a new issue