2026-08-18 10:36:36 -04:00
|
|
|
{
|
|
|
|
|
"domain": "stackoverflow.com",
|
|
|
|
|
"commands": {
|
2026-08-22 14:20:01 -04:00
|
|
|
"search": { "open": "https://api.stackexchange.com/2.3/search/advanced?order=desc&sort=relevance&site=stackoverflow&q={query}", "args": ["query"] },
|
2026-08-18 10:36:36 -04:00
|
|
|
"question": { "open": "https://stackoverflow.com/feeds/question/{id}", "args": ["id"] },
|
|
|
|
|
"tag": { "open": "https://stackoverflow.com/feeds/tag?tagnames={name}&sort=newest", "args": ["name"] },
|
|
|
|
|
"user": { "open": "https://stackoverflow.com/feeds/user/{id}", "args": ["id"] },
|
|
|
|
|
"recent": { "open": "https://stackoverflow.com/feeds" }
|
|
|
|
|
}
|
|
|
|
|
}
|