Skip to content

Commit

Permalink
Merge b3a1b47 into 15f88b1
Browse files Browse the repository at this point in the history
  • Loading branch information
ketchoop committed Mar 15, 2024
2 parents 15f88b1 + b3a1b47 commit 9795c2c
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,8 @@
"ui": "dist/ui.html",
"editorType": ["figma"],
"networkAccess": {
"allowedDomains": [
"https://github.com",
"https://bitbucket.org/",
"https://gitlab.com/",
"https://rsms.me",
"https://*.bitbucket.org/",
"https://*.gitlab.com/",
"https://*.github.com"
]
"allowedDomains": ["*"],
"reasoning": "Wildcard is needed to use the plugin with companies' self-hosted CI instance"
},
"menu": [
{ "name": "Export Design Token File", "command": "export" },
Expand All @@ -27,4 +20,4 @@
{ "separator": true },
{ "name": "Reset Settings", "command": "reset" }
]
}
}

0 comments on commit 9795c2c

Please sign in to comment.