Mozzila extension

This commit is contained in:
2026-08-06 10:58:19 +02:00
parent ca605f8852
commit 6d29aa0be1
2 changed files with 15 additions and 5 deletions

View File

@@ -135,7 +135,8 @@ export function Footer({ variant = 'marketing', t }: FooterProps) {
<li><a href="https://www.npmjs.com/package/qrmaster-cli" target="_blank" rel="noopener noreferrer" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>npm Package (Node.js)</a></li>
<li><a href="https://pypi.org/project/qrmaster/" target="_blank" rel="noopener noreferrer" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>PyPI Package (Python)</a></li>
<li><a href="https://github.com/knuthtimo-lab/qrmaster-cli" target="_blank" rel="noopener noreferrer" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>GitHub Repository</a></li>
<li><a href="https://chromewebstore.google.com" target="_blank" rel="noopener noreferrer" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>Chrome Web Store Extension (Soon)</a></li>
<li><a href="https://chromewebstore.google.com/detail/cieplgkdeempmjknljhabookhfhejgno" target="_blank" rel="noopener noreferrer" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>Chrome Extension</a></li>
<li><a href="https://addons.mozilla.org/addon/qr-master-qr-generator/" target="_blank" rel="noopener noreferrer" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>Firefox Add-on</a></li>
</ul>
</div>