-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathextension.json
More file actions
31 lines (31 loc) · 1.05 KB
/
extension.json
File metadata and controls
31 lines (31 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"$schema": "../../../.github/schemas/extension.schema.json",
"id": "jdalley.toggle-hdr",
"title": "Toggle HDR",
"shortDescription": "Toggle HDR on/off for a single display at a time.",
"description": "Enables you to toggle Windows HDR for one of the displays attached to your machine at a time. Primarily avoiding the global Windows shortcut Win + Alt + B, which toggles HDR for all monitors at once.\n\nIt was written to solve the problem of wanting to enable HDR for a game on a main display, while not having blown-out HDR elements displaying on other displays running other applications.",
"author": {
"name": "Jeff Dalley",
"url": "https://github.com/jdalley"
},
"icon": "icon.png",
"homepage": "https://github.com/jdalley/command-palette-toggle-hdr",
"tags": [
"hdr",
"toggle"
],
"categories": [
"productivity",
"utilities-and-tools"
],
"installSources": [
{
"type": "msstore",
"id": "9pl3dp61zjtn"
},
{
"type": "winget",
"id": "jdalley.ToggleHDRforCommandPalette"
}
]
}