pop-launcher/plugins/src/web/plugin.ron

10 lines
306 B
Text
Raw Normal View History

2021-08-10 01:04:20 +02:00
(
name: "Web Search",
description: "Site-specific web search",
query: (
regex: "^(amazon|wiki|bing|ddg|google|yt|stack|crates|arch|pp|ppw|rdt|bc|lib|npm|gist|fh|gh|dev|sdcl|twitch|yh|alie)\\s.*",
help: "ddg ",
),
bin: (path: "web.js"),
icon: Name("system-search"),
)