2026-05-11 16:04:22 +02:00
|
|
|
{
|
|
|
|
|
"manifest_version": 3,
|
|
|
|
|
"name": "Share as QR",
|
2026-05-11 16:39:49 +02:00
|
|
|
"version": "0.1.1",
|
2026-05-11 16:04:22 +02:00
|
|
|
"description": "Share the current tab's URL as a scannable QR code.",
|
|
|
|
|
"browser_specific_settings": {
|
|
|
|
|
"gecko": {
|
2026-05-11 16:39:49 +02:00
|
|
|
"id": "share-as-qr@addons.naiv.no",
|
2026-05-11 16:04:22 +02:00
|
|
|
"strict_min_version": "142.0",
|
|
|
|
|
"data_collection_permissions": {
|
|
|
|
|
"required": ["none"]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"permissions": ["activeTab", "clipboardWrite"],
|
|
|
|
|
"action": {
|
|
|
|
|
"default_title": "Share page as QR code",
|
|
|
|
|
"default_popup": "popup/popup.html",
|
|
|
|
|
"default_icon": {
|
|
|
|
|
"16": "icons/icon.svg",
|
|
|
|
|
"32": "icons/icon.svg",
|
|
|
|
|
"48": "icons/icon.svg",
|
|
|
|
|
"96": "icons/icon.svg",
|
|
|
|
|
"128": "icons/icon.svg"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"icons": {
|
|
|
|
|
"16": "icons/icon.svg",
|
|
|
|
|
"32": "icons/icon.svg",
|
|
|
|
|
"48": "icons/icon.svg",
|
|
|
|
|
"96": "icons/icon.svg",
|
|
|
|
|
"128": "icons/icon.svg"
|
|
|
|
|
}
|
|
|
|
|
}
|