diff --git a/src/app/(main)/(marketing)/developers/page.tsx b/src/app/(main)/(marketing)/developers/page.tsx index 4f0280d..6238551 100644 --- a/src/app/(main)/(marketing)/developers/page.tsx +++ b/src/app/(main)/(marketing)/developers/page.tsx @@ -5,6 +5,7 @@ import { Chrome, Code2, ExternalLink, + Flame, Github, Package, TerminalSquare, @@ -13,7 +14,7 @@ import { export const metadata: Metadata = { title: 'Developer Ecosystem | QR Master', description: - 'Create QR codes with QR Master in VS Code, Chrome, Python, Node.js, GitHub Actions, and your own workflows.', + 'Create QR codes with QR Master in VS Code, Chrome, Firefox, Python, Node.js, GitHub Actions, and your own workflows.', alternates: { canonical: 'https://www.qrmaster.net/developers', }, @@ -69,11 +70,19 @@ const tools = [ title: 'Chrome Web Store Extension', icon: Chrome, description: - 'The QR Master browser extension has been submitted and is awaiting Google review.', + 'Generate instant QR codes for any webpage, active tab, selected text, Wi-Fi, or contact card in Chrome.', command: 'Item ID: cieplgkdeempmjknljhabookhfhejgno', linkLabel: 'Chrome Web Store', - url: 'https://chromewebstore.google.com', - status: 'Soon', + url: 'https://chromewebstore.google.com/detail/cieplgkdeempmjknljhabookhfhejgno', + }, + { + title: 'Firefox Add-ons Extension', + icon: Flame, + description: + 'Generate instant QR codes for any webpage, active tab, selected text, Wi-Fi, or contact card in Firefox.', + command: 'Add-on ID: qr-master-qr-generator', + linkLabel: 'Firefox Add-ons', + url: 'https://addons.mozilla.org/addon/qr-master-qr-generator/', }, ]; diff --git a/src/components/ui/Footer.tsx b/src/components/ui/Footer.tsx index 73962c5..bf17661 100644 --- a/src/components/ui/Footer.tsx +++ b/src/components/ui/Footer.tsx @@ -135,7 +135,8 @@ export function Footer({ variant = 'marketing', t }: FooterProps) {
  • npm Package (Node.js)
  • PyPI Package (Python)
  • GitHub Repository
  • -
  • Chrome Web Store Extension (Soon)
  • +
  • Chrome Extension
  • +
  • Firefox Add-on