updated name and description
This commit is contained in:
4
dist/twitch-click-mute.user.js
vendored
4
dist/twitch-click-mute.user.js
vendored
@@ -1,9 +1,9 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name twitch click to mute
|
// @name Twitch.tv Click to Mute
|
||||||
// @namespace zomo.dev
|
// @namespace zomo.dev
|
||||||
// @match https://www.twitch.tv/*
|
// @match https://www.twitch.tv/*
|
||||||
// @version 1.0
|
// @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
|
// @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
|
// @supportURL https://git.zomo.dev/zomo/browser-scripts/issues
|
||||||
// @homepageURL https://git.zomo.dev/zomo/browser-scripts
|
// @homepageURL https://git.zomo.dev/zomo/browser-scripts
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.zomo.dev/zomo/browser-scripts-builder/raw/branch/main/meta.schema.json",
|
"$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",
|
"namespace": "zomo.dev",
|
||||||
"match": "https://www.twitch.tv/*",
|
"match": "https://www.twitch.tv/*",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": "click to mute/unmute"
|
"description": "click to mute/unmute a stream. does not work if the stream has an overlay"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user