Files
wehub-resource-sync 1d1286fadb
Build / Build and test (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:18:38 +08:00

38 lines
1.0 KiB
JSON

{
"id": "window-switcher",
"displayName": "窗口切换",
"summary": "用可配置快捷键快速切换正在运行的窗口",
"localizedMetadata": {
"en": {
"displayName": "Window Switcher",
"summary": "Quickly switch between running windows with a configurable shortcut."
},
"zh-Hans": {
"displayName": "窗口切换",
"summary": "用可配置快捷键快速切换正在运行的窗口"
},
"zh-Hant": {
"displayName": "視窗切換",
"summary": "用可設定快速鍵快速切換正在執行的視窗"
}
},
"version": "1.0.1",
"minHostVersion": "1.0.2",
"pluginKitVersion": 3,
"bundleRelativePath": "WindowSwitcher.bundle",
"factoryClass": "WindowSwitcherPlugin.WindowSwitcherPluginFactory",
"build": {
"project": "../../MacTools.xcodeproj",
"scheme": "WindowSwitcherPlugin"
},
"capabilities": {
"primaryPanel": false,
"componentPanel": false,
"configuration": true
},
"permissions": [
"accessibility"
],
"category": "productivity"
}