diff --git a/package.json b/package.json index 9023cce0..3181433e 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,14 @@ "type": "git", "url": "github.com/betaflight/betaflight-configurator" }, + "webview": { + "partitions": [ + { + "name": "map", + "accessible_resources" : ["tabs/map.html", "tabs/map.js", "/images/icons/cf_icon_position.png"] + } + ] + }, "author": "The Betaflight open source project.", "license": "GPL-3.0", "dependencies": {},