Skip to content

Commit 667b276

Browse files
JRScott812Copilot
andauthored
Add power extension (#120)
* Add power extension * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * fix tags * removed winget install (for now) --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent e552501 commit 667b276

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "jrscott812.power",
4+
"title": "Power",
5+
"shortDescription": "Switch Windows power modes and power plans from Command Palette.",
6+
"description": "A Command Palette extension for switching Windows power modes (Best efficiency, Balanced, Best performance) and power plans (Power saver, Balanced, High performance, Ultimate performance, and custom plans). Includes dock bands for quick changes and fallback search for power, mode, and plan terms.",
7+
"author": {
8+
"name": "jrscott812",
9+
"url": "https://github.com/JRScott812"
10+
},
11+
"icon": "icon.png",
12+
"homepage": "https://github.com/JRScott812/CmdPal.Ext.Power",
13+
"tags": [
14+
"power",
15+
"power plan",
16+
"power mode",
17+
"power management",
18+
"power settings"
19+
],
20+
"categories": [
21+
"utilities-and-tools",
22+
"productivity"
23+
],
24+
"installSources": [
25+
{
26+
"type": "msstore",
27+
"id": "9P5805PFVS3G"
28+
}
29+
]
30+
}
15.2 KB
Loading

0 commit comments

Comments
 (0)