Skip to content

Commit ab43a07

Browse files
committed
Fix network access issues
1 parent cd997d1 commit ab43a07

3 files changed

Lines changed: 6 additions & 30 deletions

File tree

manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"api": "1.0.0",
55
"ui": "dist/ui.html",
66
"main": "dist/core.js",
7+
"networkAccess": {
8+
"allowedDomains": [
9+
"https://*.amplitude.com",
10+
"https://*.netlify.app/"
11+
]
12+
},
713
"menu": [
814
{"name": "Rename", "command": "rename"},
915
{"name": "Reorder", "command": "reorder"},

manifest_beta.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

manifest_prod.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)