diff --git a/manifest.json b/manifest.json index e93b490..e4fafb4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "manifest_version": 3, "name": "Share as QR", - "version": "0.1.0", + "version": "0.1.1", "description": "Share the current tab's URL as a scannable QR code.", "browser_specific_settings": { "gecko": { - "id": "share-as-qr@olemd.local", + "id": "share-as-qr@addons.naiv.no", "strict_min_version": "142.0", "data_collection_permissions": { "required": ["none"] diff --git a/package.json b/package.json index b45a3f3..8a23303 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "share-as-qr", - "version": "0.1.0", + "version": "0.1.1", "private": true, "description": "Firefox extension: share the current tab's URL as a QR code.", "license": "MIT",