diff --git a/manifest.json b/manifest.json index 3ffc591..f8dc2f1 100755 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "NUX CloudApp Copy", - "version": "0.0.2", + "version": "0.0.3", "minimum_chrome_version": "70.0", "description": "Copy CloudApp image source", "author": "Nitro UX", @@ -15,8 +15,8 @@ "default_title": "NUX CloudApp Copy" }, "permissions": [ - "http://cl.ly/*", - "https://cl.ly/*", + "http://*/*", + "https://*/*", "tabs", "storage", "clipboardWrite"