diff --git a/dist/twitch-click-mute.user.js b/dist/twitch-click-mute.user.js index 710c84f..e3951d3 100644 --- a/dist/twitch-click-mute.user.js +++ b/dist/twitch-click-mute.user.js @@ -1,9 +1,9 @@ // ==UserScript== -// @name twitch click to mute +// @name Twitch.tv Click to Mute // @namespace zomo.dev // @match https://www.twitch.tv/* // @version 1.0 -// @description click to mute/unmute +// @description click to mute/unmute a stream. does not work if the stream has an overlay // @downloadURL https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/twitch-click-mute.user.js // @supportURL https://git.zomo.dev/zomo/browser-scripts/issues // @homepageURL https://git.zomo.dev/zomo/browser-scripts diff --git a/scripts/twitch-click-mute/meta.json b/scripts/twitch-click-mute/meta.json index 9639441..39227e8 100644 --- a/scripts/twitch-click-mute/meta.json +++ b/scripts/twitch-click-mute/meta.json @@ -1,8 +1,8 @@ { "$schema": "https://git.zomo.dev/zomo/browser-scripts-builder/raw/branch/main/meta.schema.json", - "name": "twitch click to mute", + "name": "Twitch.tv Click to Mute", "namespace": "zomo.dev", "match": "https://www.twitch.tv/*", "version": "1.0", - "description": "click to mute/unmute" + "description": "click to mute/unmute a stream. does not work if the stream has an overlay" }