updated name and description

This commit is contained in:
2022-06-09 11:53:05 -05:00
parent 2f7efcb401
commit 2f81cf532c
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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"
} }