バージョンと有効化するサイトの更新

This commit is contained in:
yuuki 2025-02-03 18:43:53 +09:00
parent bb39b7388f
commit e2fdeb6d95

View file

@ -1,7 +1,7 @@
{ {
"manifest_version": 3, "manifest_version": 3,
"name": "Dont Stop", "name": "Dont Stop",
"version": "5.0", "version": "5.1",
"description": "文字に疲れた全ての人に捧げる拡張機能です。Ctrlとドット(.)を同時押ししてテキストのない世界へダイブしよう。", "description": "文字に疲れた全ての人に捧げる拡張機能です。Ctrlとドット(.)を同時押ししてテキストのない世界へダイブしよう。",
"background": { "background": {
"service_worker": "background.js" "service_worker": "background.js"
@ -13,7 +13,10 @@
], ],
"exclude_matches": [ "exclude_matches": [
"https://github.com/**", "https://github.com/**",
"https://ai.ls/**" "https://codeberg.org/**",
"https://gittea.dev/**",
"https://forgejo.win/**",
"https://chatgpt.com/**"
], ],
"js": [ "js": [
"content-script.js" "content-script.js"
@ -24,7 +27,7 @@
"toggle-content-script": { "toggle-content-script": {
"suggested_key": { "suggested_key": {
"default": "Ctrl+Period", "default": "Ctrl+Period",
"mac": "Command+Period" "mac": "MacCtrl+Period"
}, },
"description": "有効/無効を切り替えるZE☆" "description": "有効/無効を切り替えるZE☆"
} }