[READ-ONLY] Mirror of https://github.com/flo-bit/atmo-tools. atmo.tools
0

Configure Feed

Select the types of activity you want to include in your feed.

atmo-tools / static / opensearch.xml
575 B 9 lines
1<?xml version="1.0" encoding="UTF-8"?> 2<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> 3 <ShortName>atmo.tools</ShortName> 4 <Description>Search your Bluesky posts, likes, bookmarks and more.</Description> 5 <InputEncoding>UTF-8</InputEncoding> 6 <Image width="16" height="16" type="image/png">https://atmo.tools/favicon.png</Image> 7 <Url type="text/html" method="get" template="https://atmo.tools/search?q={searchTerms}"/> 8 <Url type="application/opensearchdescription+xml" rel="self" template="https://atmo.tools/opensearch.xml"/> 9</OpenSearchDescription>