バージョンと有効化するサイトの更新
This commit is contained in:
parent
bb39b7388f
commit
e2fdeb6d95
1 changed files with 6 additions and 3 deletions
|
@ -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☆"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue