updated builder

This commit is contained in:
2022-06-06 21:25:09 -05:00
parent bfbc2cdbde
commit c5627e318c
12 changed files with 793 additions and 1305 deletions

View File

@@ -13,3 +13,4 @@ addEventListener('load', () => {
}
})
})
UserScriptName

View File

@@ -1,5 +1,5 @@
{
"$schema": "../meta.schema.json",
"$schema": "https://git.zomo.dev/zomo/browser-scripts-builder/raw/branch/main/meta.schema.json",
"name": "twitch click to mute",
"namespace": "zomo.dev",
"match": "https://www.twitch.tv/*",

View File

@@ -8,6 +8,7 @@
"strict": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true
"noUnusedParameters": true,
"types": ["../../node_modules/browser-scripts-builder"]
}
}