From e2fdeb6d9527bd16c42f568918194c8254cf3f6d Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Mon, 3 Feb 2025 18:43:53 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=81=A8=E6=9C=89=E5=8A=B9=E5=8C=96=E3=81=99=E3=82=8B=E3=82=B5?= =?UTF-8?q?=E3=82=A4=E3=83=88=E3=81=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index d553a5a..9171787 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Dont Stop", - "version": "5.0", + "version": "5.1", "description": "文字に疲れた全ての人に捧げる拡張機能です。Ctrlとドット(.)を同時押ししてテキストのない世界へダイブしよう。", "background": { "service_worker": "background.js" @@ -13,7 +13,10 @@ ], "exclude_matches": [ "https://github.com/**", - "https://ai.ls/**" + "https://codeberg.org/**", + "https://gittea.dev/**", + "https://forgejo.win/**", + "https://chatgpt.com/**" ], "js": [ "content-script.js" @@ -24,7 +27,7 @@ "toggle-content-script": { "suggested_key": { "default": "Ctrl+Period", - "mac": "Command+Period" + "mac": "MacCtrl+Period" }, "description": "有効/無効を切り替えるZE☆" }