schema.json file to the root (for development and production once distributed). Is there a straightforward way to achieve bundling the file and having it located in the root of the bundle?package.json's manifest "web_accessible_resources": [
{
"resources": [
"assets/config.json",
"assets/icon.png",
"schema.json"
],
"matches": [
"https://*/*",
"http://*/*"
]
}
]