diff --git a/extensions/daydreamer-riri/web-search-shortcut/extension.json b/extensions/daydreamer-riri/web-search-shortcut/extension.json new file mode 100644 index 0000000..193960f --- /dev/null +++ b/extensions/daydreamer-riri/web-search-shortcut/extension.json @@ -0,0 +1,25 @@ +{ + "$schema": "../../../.github/schemas/extension.schema.json", + "id": "daydreamer-riri.web-search-shortcut", + "title": "Web Search Shortcut", + "shortDescription": "Quickly select a specific search engine to perform searches via keyword prefixes.", + "description": "Web Search Shortcut is a PowerToys Command Palette extension for quickly selecting a specific search engine to perform searches via keyword prefixes.\n\nYou can configure multiple search engines, each with a custom keyword, URL template, icon, and search suggestion provider. Supports Google, Bing, DuckDuckGo, YouTube, Wikipedia, npm, CanIUse, and more.\n\nInstall via winget or the Microsoft Store, then open Command Palette to start searching with your configured shortcuts.", + "author": { + "name": "Riri", + "url": "https://github.com/Daydreamer-riri" + }, + "icon": "icon.png", + "homepage": "https://github.com/Daydreamer-riri/CmdPal-WebSearchShortcut", + "tags": ["search", "web", "browser", "shortcut", "keyword"], + "categories": ["productivity", "utilities-and-tools"], + "installSources": [ + { + "type": "winget", + "id": "Riri.WebSearchShortcut" + }, + { + "type": "msstore", + "id": "9p9hchbgbrf4" + } + ] +} diff --git a/extensions/daydreamer-riri/web-search-shortcut/icon.png b/extensions/daydreamer-riri/web-search-shortcut/icon.png new file mode 100644 index 0000000..b3840ae Binary files /dev/null and b/extensions/daydreamer-riri/web-search-shortcut/icon.png differ diff --git a/extensions/daydreamer-riri/web-search-shortcut/screenshots/01-cmdpal-add.png b/extensions/daydreamer-riri/web-search-shortcut/screenshots/01-cmdpal-add.png new file mode 100644 index 0000000..8fae6b1 Binary files /dev/null and b/extensions/daydreamer-riri/web-search-shortcut/screenshots/01-cmdpal-add.png differ diff --git a/extensions/daydreamer-riri/web-search-shortcut/screenshots/02-cmdpal-add-suggestions.png b/extensions/daydreamer-riri/web-search-shortcut/screenshots/02-cmdpal-add-suggestions.png new file mode 100644 index 0000000..4e8663b Binary files /dev/null and b/extensions/daydreamer-riri/web-search-shortcut/screenshots/02-cmdpal-add-suggestions.png differ diff --git a/extensions/daydreamer-riri/web-search-shortcut/screenshots/03-search-1.png b/extensions/daydreamer-riri/web-search-shortcut/screenshots/03-search-1.png new file mode 100644 index 0000000..bd5c1eb Binary files /dev/null and b/extensions/daydreamer-riri/web-search-shortcut/screenshots/03-search-1.png differ diff --git a/extensions/daydreamer-riri/web-search-shortcut/screenshots/04-search-2.png b/extensions/daydreamer-riri/web-search-shortcut/screenshots/04-search-2.png new file mode 100644 index 0000000..d670b09 Binary files /dev/null and b/extensions/daydreamer-riri/web-search-shortcut/screenshots/04-search-2.png differ