Browse Source

use strict_min_version for Firefox

pull/342/head
Guillaume Vincent 7 years ago
parent
commit
0f5a5eb30d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      extension/manifest.json

+ 2
- 1
extension/manifest.json View File

@@ -26,7 +26,8 @@
},
"applications": {
"gecko": {
"id": "contact@lesspass.com"
"id": "contact@lesspass.com",
"strict_min_version": "48.0"
}
}
}

Loading…
Cancel
Save