aboutsummaryrefslogtreecommitdiff
path: root/extension
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-01-08 21:46:29 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-01-08 21:46:29 +0100
commit5d311060a0cc14712c45e5f9cd45ef40323cf24a (patch)
tree10d4d4ec1339d91f91fc7760a50fd6830a1733eb /extension
parentc7412fb2c38d4e23bc551edbbe25300bb3ac3968 (diff)
downloadwallet-core-5d311060a0cc14712c45e5f9cd45ef40323cf24a.tar.xz
Minimum chrome version in manifest.
Diffstat (limited to 'extension')
-rw-r--r--extension/manifest.json4
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"
}