diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-01-08 21:46:29 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-01-08 21:46:29 +0100 |
commit | 5d311060a0cc14712c45e5f9cd45ef40323cf24a (patch) | |
tree | 10d4d4ec1339d91f91fc7760a50fd6830a1733eb /extension/manifest.json | |
parent | c7412fb2c38d4e23bc551edbbe25300bb3ac3968 (diff) |
Minimum chrome version in manifest.
Diffstat (limited to 'extension/manifest.json')
-rw-r--r-- | extension/manifest.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extension/manifest.json b/extension/manifest.json index c913eafed..8fceeda9d 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -54,5 +54,7 @@ ] }, - "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" + "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", + + "minimum_chrome_version": "47.0.2526" } |