v0.1.1: change gecko.id to share-as-qr@addons.naiv.no, bump version

Move the extension ID off the dev-placeholder .local TLD onto the
naiv.no domain so it's stable for any future AMO submission. AMO locks
the ID for the lifetime of a listing, so this needs to happen before
the first listed upload — not after.

No code or behaviour changes. Lint and package both still clean
(0 errors / 0 warnings, ~12 KB zip).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ole-Morten Duesund 2026-05-11 16:39:49 +02:00
commit dfebf75052
2 changed files with 3 additions and 3 deletions

View file

@ -1,11 +1,11 @@
{ {
"manifest_version": 3, "manifest_version": 3,
"name": "Share as QR", "name": "Share as QR",
"version": "0.1.0", "version": "0.1.1",
"description": "Share the current tab's URL as a scannable QR code.", "description": "Share the current tab's URL as a scannable QR code.",
"browser_specific_settings": { "browser_specific_settings": {
"gecko": { "gecko": {
"id": "share-as-qr@olemd.local", "id": "share-as-qr@addons.naiv.no",
"strict_min_version": "142.0", "strict_min_version": "142.0",
"data_collection_permissions": { "data_collection_permissions": {
"required": ["none"] "required": ["none"]

View file

@ -1,6 +1,6 @@
{ {
"name": "share-as-qr", "name": "share-as-qr",
"version": "0.1.0", "version": "0.1.1",
"private": true, "private": true,
"description": "Firefox extension: share the current tab's URL as a QR code.", "description": "Firefox extension: share the current tab's URL as a QR code.",
"license": "MIT", "license": "MIT",