···1## frontpage.fyi Firefox extension
23This repository provides a Firefox WebExtension that lets you share the current tab to [frontpage.fyi](https://frontpage.fyi) with minimal effort.
4-Links are submitted by creating `fyi.unravel.frontpage.post` records on your ATProto account, the same mechanism the official Frontpage site uses.
56> ℹ️ This repository is hosted on [tangled](https://tangled.org/@galiglobal.com/frontpage_firefox_plugin) (PRs, issues) and [GitHub](https://github.com/antonmry/frontpage_firefox_plugin) (CI/CD, releases).
7
···1## frontpage.fyi Firefox extension
23This repository provides a Firefox WebExtension that lets you share the current tab to [frontpage.fyi](https://frontpage.fyi) with minimal effort.
4+Links are submitted by creating `fyi.frontpage.feed.post` records on your ATProto account, the same mechanism the official Frontpage site uses.
56> ℹ️ This repository is hosted on [tangled](https://tangled.org/@galiglobal.com/frontpage_firefox_plugin) (PRs, issues) and [GitHub](https://github.com/antonmry/frontpage_firefox_plugin) (CI/CD, releases).
7
···42 <h2>How it works</h2>
43 <ul class="tips">
44 <li>The add-on stores your tokens locally using Firefox storage.</li>
45- <li>Links are published as <code>fyi.unravel.frontpage.post</code> records on your ATProto account.</li>
46 <li>Your PDS is discovered from your handle automatically unless you provide a custom URL.</li>
47 </ul>
48 </section>
···42 <h2>How it works</h2>
43 <ul class="tips">
44 <li>The add-on stores your tokens locally using Firefox storage.</li>
45+ <li>Links are published as <code>fyi.frontpage.feed.post</code> records on your ATProto account.</li>
46 <li>Your PDS is discovered from your handle automatically unless you provide a custom URL.</li>
47 </ul>
48 </section>