Skip to content

Commit

Permalink
Add support for custom domains
Browse files Browse the repository at this point in the history
  • Loading branch information
markiearnold committed May 2, 2019
1 parent c7724b0 commit 2bd4afd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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",
Expand All @@ -15,8 +15,8 @@
"default_title": "NUX CloudApp Copy"
},
"permissions": [
"http://cl.ly/*",
"https://cl.ly/*",
"http://*/*",
"https://*/*",
"tabs",
"storage",
"clipboardWrite"
Expand Down

0 comments on commit 2bd4afd

Please sign in to comment.