[alfred] update web searches

- only show DDG as the default fallback
- add custom search for BGG
pull/37/head
Alpha Chen 3 years ago
parent 9a9d57b592
commit 16631d0008

@ -7,9 +7,6 @@
<key>fallbacks</key> <key>fallbacks</key>
<array> <array>
<string>features.websearch.duckduckgo.fallback</string> <string>features.websearch.duckduckgo.fallback</string>
<string>features.websearch.google.fallback</string>
<string>features.websearch.wiki.fallback</string>
<string>features.websearch.custom.491B807D-42B3-4CB4-861F-2ADF20727F53.fallback</string>
</array> </array>
</dict> </dict>
</plist> </plist>

@ -86,6 +86,19 @@
<key>utf8</key> <key>utf8</key>
<true/> <true/>
</dict> </dict>
<key>D95FBD2E-C606-4167-BC0C-6E37B51081EA</key>
<dict>
<key>enabled</key>
<true/>
<key>keyword</key>
<string>bgg</string>
<key>text</key>
<string>Search BGG for '{query}'</string>
<key>url</key>
<string>https://boardgamegeek.com/geeksearch.php?action=search&amp;objecttype=boardgame&amp;q={query}</string>
<key>utf8</key>
<true/>
</dict>
<key>F548AE26-C2CD-485A-A0EA-6386E713D11C</key> <key>F548AE26-C2CD-485A-A0EA-6386E713D11C</key>
<dict> <dict>
<key>enabled</key> <key>enabled</key>

Loading…
Cancel
Save