Skip to content

Commit

Permalink
Adds networkAccess to manifest (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
origami-z authored Sep 27, 2023
1 parent 4e8c4c6 commit 4492565
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
8 changes: 7 additions & 1 deletion packages/copy-manager/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@
"name": "Review copy revisions",
"multipleSelection": true
}
]
],
"networkAccess": {
"allowedDomains": [
"https://fonts.gstatic.com",
"https://fonts.googleapis.com"
]
}
}
8 changes: 7 additions & 1 deletion packages/export-styles/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,11 @@
"menu": [
{ "name": "Export CSS Variable", "command": "export-css-var" },
{ "name": "Export JSON", "command": "export-json" }
]
],
"networkAccess": {
"allowedDomains": [
"https://fonts.gstatic.com",
"https://fonts.googleapis.com"
]
}
}
8 changes: 7 additions & 1 deletion packages/table-generator/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,11 @@
"command": "edit-table",
"name": "Edit table"
}
]
],
"networkAccess": {
"allowedDomains": [
"https://fonts.gstatic.com",
"https://fonts.googleapis.com"
]
}
}

0 comments on commit 4492565

Please sign in to comment.