diff --git a/chrome.zip b/chrome.zip index 4d0ae25..576a5e8 100644 Binary files a/chrome.zip and b/chrome.zip differ diff --git a/chrome/manifest.json b/chrome/manifest.json index 2485ded..1e988d8 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Kutt", - "version": "2.0.0", + "version": "2.0.1", "description": "URL Shortener", "icons": { "16": "assets/favicon-16.png", @@ -34,6 +34,12 @@ "chrome_style": false, "open_in_tab": true }, - "permissions": ["tabs", "storage", "clipboardRead", "https://kutt.it/*/*"], + "permissions": [ + "tabs", + "storage", + "clipboardRead", + "http://*/*", + "https://*/*" + ], "short_name": "Kutt" } diff --git a/firefox.zip b/firefox.zip index b3b266e..ff66543 100644 Binary files a/firefox.zip and b/firefox.zip differ diff --git a/firefox/manifest.json b/firefox/manifest.json index 627b2ab..db816bc 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Kutt", - "version": "2.0.0", + "version": "2.0.1", "browser_specific_settings": { "gecko": { "id": "support@kutt.it" @@ -38,9 +38,9 @@ "permissions": [ "tabs", "storage", - "clipboardWrite", "clipboardRead", - "https://kutt.it/*/*" + "http://*/*", + "https://*/*" ], "short_name": "Kutt" } diff --git a/opera.zip b/opera.zip index 24d3808..375fefc 100644 Binary files a/opera.zip and b/opera.zip differ diff --git a/opera/manifest.json b/opera/manifest.json index 1dbdef4..f18de54 100644 --- a/opera/manifest.json +++ b/opera/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Kutt", - "version": "2.0.0", + "version": "2.0.1", "description": "URL Shortener", "developer": { "name": "abhijithvijayan" @@ -35,6 +35,12 @@ "page": "options.html", "open_in_tab": true }, - "permissions": ["tabs", "storage", "clipboardRead", "https://kutt.it/*/*"], + "permissions": [ + "tabs", + "storage", + "clipboardRead", + "http://*/*", + "https://*/*" + ], "short_name": "Kutt" }