diff --git a/src/manifest.json b/src/manifest.json index b81ebcf..4fd3b48 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,16 +1,16 @@ { "name": "Web Maker", - "version": "1.2", + "version": "1.3", "manifest_version": 2, "description": "Convert new tabs into an offline playground for your web experiments", "chrome_url_overrides" : { "newtab": "index.html" }, - "homepage_url": "http://kushagragour.in/lab/web-maker", + "homepage_url": "https://kushagragour.in/lab/web-maker", "permissions": [ "storage" ], - "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-oEJh/gQdHXu0Vw34Jd7uSMA+d9M2HnPWjJvHIqRgs0w='; object-src 'self'", + "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "icon-16.png", "48": "icon-48.png"