1
Fork 0
holllo-org/source/pages/queue.astro

33 lines
831 B
Plaintext

---
import "../scss/pages/queue.scss";
import WebExtensionLayout, {
Props as WebExtensionProps,
} from "../layouts/web-extension.astro";
const props: WebExtensionProps = {
frontmatter: {
byline: "Effortless temporary bookmarks.",
footer: {
link: "https://github.com/Holllo/queue",
license: "AGPL-3.0-or-later",
},
name: "Queue",
pageTitle: "Queue ⇥",
screenshot: "/queue-screenshot.png",
stores: {
firefox: "holllo-queue",
chrome: "queue/epnbikemcmienphlfmidkimpjnmohcbl",
edge: "queue/aanjampfdpcnhoeglmfefmmegdbifaak",
},
},
};
---
<WebExtensionLayout {...props}>
<span class="icon" slot="header-image">⇥</span>
<span slot="extra-footer-content">
📚
<a href="https://git.bauke.xyz/Holllo/queue/wiki">Wiki</a>
</span>
</WebExtensionLayout>