diff --git a/package.json b/package.json index ebaf319..4a7be32 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 3dd21f0..5104905 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 dcbe32f..67aa9fe 100644 --- a/src/options.html +++ b/src/options.html @@ -29,7 +29,7 @@

Settings - v2.9.6

+ v2.9.7