mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 15:13:02 -04:00
VencordWeb: Migrate to manifest v3
This commit is contained in:
parent
e1de6f88fe
commit
a788813383
4 changed files with 66 additions and 44 deletions
|
@ -76,7 +76,7 @@ zip({
|
|||
dist: {
|
||||
"Vencord.js": readFileSync("dist/browser.js")
|
||||
},
|
||||
...Object.fromEntries(await Promise.all(["background.js", "content.js", "manifest.json"].map(async f => [
|
||||
...Object.fromEntries(await Promise.all(["modifyResponseHeaders.json", "content.js", "manifest.json"].map(async f => [
|
||||
f,
|
||||
await readFile(join("browser", f))
|
||||
]))),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue