feat: added websurfx

This commit is contained in:
Nick 2025-10-29 00:45:09 -05:00
parent b95bba5bed
commit c5deb61f32
2 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View file

@ -17,4 +17,14 @@
{ template = "https://kagi.com/search?q={searchTerms}"; } { template = "https://kagi.com/search?q={searchTerms}"; }
]; ];
}; };
"Websurfx" = {
definedAliases = [
"@ws"
];
icon = ./icons/ws.png;
urls = [
{ template = "https://alamin655-spacex.hf.space/search?q={searchTerms}"; }
];
};
} }