From b9509bb7d8adb9ccdbb054a6a615c43279f914dd Mon Sep 17 00:00:00 2001 From: Dan Hromada Date: Wed, 14 May 2014 08:46:09 +0200 Subject: [PATCH] Version increased to 2.1 --- manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 8357ed9..3d2ce29 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Custom JavaScript for websites ", "description": "Run custom JavaScript on any website.", - "version": "2.0.0", + "version": "2.1.0", "permissions": [ "http://*/", @@ -16,7 +16,6 @@ "content_security_policy": "script-src 'self' https://*.googleapis.com; object-src 'self'", "content_scripts": [{ - //"all_frames": true, "matches": [""], "js": ["lib/api.js"] }, {