Skip to content

Commit 1e4d127

Browse files
committed
🔧 chore: add plugin networkAccess and documentAccess configs
1 parent 92bf88b commit 1e4d127

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
"id": "1424139256012895014",
5858
"name": "GoodWay Sprite",
5959
"main": "src/plugin-core.ts",
60-
"ui": "src/plugin-ui.tsx"
60+
"ui": "src/plugin-ui.tsx",
61+
"networkAccess": { "allowedDomains": ["https://fonts.googleapis.com"] },
62+
"documentAccess": "dynamic-page"
6163
}
6264
}

0 commit comments

Comments
 (0)