diff --git a/extensions/jdalley/toggle-hdr/extension.json b/extensions/jdalley/toggle-hdr/extension.json new file mode 100644 index 0000000..6be5e85 --- /dev/null +++ b/extensions/jdalley/toggle-hdr/extension.json @@ -0,0 +1,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" + } + ] +} diff --git a/extensions/jdalley/toggle-hdr/icon.png b/extensions/jdalley/toggle-hdr/icon.png new file mode 100644 index 0000000..0efeb80 Binary files /dev/null and b/extensions/jdalley/toggle-hdr/icon.png differ diff --git a/extensions/jdalley/toggle-hdr/screenshots/01-example.png b/extensions/jdalley/toggle-hdr/screenshots/01-example.png new file mode 100644 index 0000000..9b3715f Binary files /dev/null and b/extensions/jdalley/toggle-hdr/screenshots/01-example.png differ