taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 5d311060a0cc14712c45e5f9cd45ef40323cf24a
parent c7412fb2c38d4e23bc551edbbe25300bb3ac3968
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri,  8 Jan 2016 21:46:29 +0100

Minimum chrome version in manifest.

Diffstat:
Mextension/manifest.json | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 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" }