mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-05-09 20:25:14 +02:00
Fix build script
This commit is contained in:
parent
c9acb929cc
commit
8b375cae2c
@ -60,7 +60,7 @@ async function buildManifest() {
|
||||
|
||||
manifest['version'] = process.env.npm_package_version
|
||||
|
||||
manifest['content_scripts']['matches'] = getDomains().map((domain) => {`*://*.${domain}/*`})
|
||||
manifest['content_scripts'][0]['matches'] = getDomains().map((domain) => {return `*://*.${domain}/*`})
|
||||
|
||||
fs.writeFileSync('src/manifest.json', JSON.stringify(manifest, null, 2))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user