44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Dont Stop",
|
|
"version": "5.2",
|
|
"description": "文字に疲れた全ての人に捧げる拡張機能です。Ctrlとドット(.)を同時押ししてテキストのない世界へダイブしよう。",
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"<all_urls>"
|
|
],
|
|
"exclude_matches": [
|
|
"https://*.bitwarden.com/**",
|
|
"https://github.com/**",
|
|
"https://codeberg.org/**",
|
|
"https://gittea.dev/**",
|
|
"https://forgejo.win/**",
|
|
"https://taikoapp.uk/**",
|
|
"https://litey.trade/**",
|
|
"https://yuuk1.tk/**",
|
|
"https://yuuk1.uk/**",
|
|
"https://chatgpt.com/**"
|
|
],
|
|
"js": [
|
|
"content-script.js"
|
|
]
|
|
}
|
|
],
|
|
"commands": {
|
|
"toggle-content-script": {
|
|
"suggested_key": {
|
|
"default": "Ctrl+Period",
|
|
"mac": "MacCtrl+Period"
|
|
},
|
|
"description": "有効/無効を切り替えるZE☆"
|
|
}
|
|
},
|
|
"permissions": [
|
|
"activeTab",
|
|
"storage"
|
|
]
|
|
}
|