add qr-clipboard extension

This commit is contained in:
2026-06-09 21:59:32 -04:00
commit a9e07c51c7
4 changed files with 10458 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"manifest_version": 3,
"name": "QR Clipboard",
"version": "1.0.0",
"description": "Screenshot the visible tab, decode any QR codes, and copy the result to the clipboard.",
"permissions": [
"activeTab",
"clipboardWrite",
"storage"
],
"action": {
"default_title": "Scan visible tab for QR codes",
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "qr-clipboard@timothykim",
"strict_min_version": "115.0"
}
}
}