From e8fb6997f2cb77276cb5c88f3d78ed2409968f39 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sat, 3 Feb 2018 14:30:29 +0530 Subject: [PATCH] bump to 2.9.7 --- package.json | 2 +- src/manifest.json | 5 +++-- src/options.html | 2 +- src/partials/help-modal.html | 2 +- src/script.js | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ebaf3192..4a7be325 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-maker", - "version": "2.9.6", + "version": "2.9.7", "description": "A blazing fast & offline web playground", "main": "index.html", "devDependencies": { diff --git a/src/manifest.json b/src/manifest.json index 3dd21f0f..51049054 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,12 +1,13 @@ { "name": "Web Maker", - "version": "2.9.6", + "version": "2.9.7", "manifest_version": 2, "description": "Blazing fast & offline playground for your web experiments", "homepage_url": "https://webmakerapp.com", "permissions": ["storage", "tabs", ""], "optional_permissions": ["downloads"], - "content_security_policy": "script-src 'self' filesystem: http://localhost:* https://localhost:* https://ajax.googleapis.com https://code.jquery.com https://cdnjs.cloudflare.com https://unpkg.com https://maxcdn.com https://cdn77.com https://maxcdn.bootstrapcdn.com https://cdn.jsdelivr.net/ https://*.stripe.com/ https://builds.framerjs.com/ https://rawgit.com https://wzrd.in https://www.gstatic.com https://semantic-ui.com https://www.google-analytics.com 'unsafe-eval'; object-src 'self'", + "content_security_policy": + "script-src 'self' filesystem: http://localhost:* https://localhost:* https://ajax.googleapis.com https://code.jquery.com https://cdnjs.cloudflare.com https://unpkg.com https://maxcdn.com https://cdn77.com https://maxcdn.bootstrapcdn.com https://cdn.jsdelivr.net/ https://*.stripe.com/ https://builds.framerjs.com/ https://rawgit.com https://wzrd.in https://www.gstatic.com https://semantic-ui.com https://www.google-analytics.com 'unsafe-eval'; object-src 'self'", "options_ui": { "page": "options.html", "chrome_style": true diff --git a/src/options.html b/src/options.html index dcbe32fb..67aa9feb 100644 --- a/src/options.html +++ b/src/options.html @@ -29,7 +29,7 @@

Settings - v2.9.6

+ v2.9.7