Pre-AMO rename. The extension is now "Naiv-QR" everywhere it surfaces to users (toolbar tooltip, popup title, icon aria-label, README, package.json). Distribution target is AMO-listed, so the manifest no longer declares gecko.update_url — Firefox handles auto-updates from AMO directly for listed extensions, and the field is in fact rejected by Mozilla's validator outside self-distribution mode. - manifest.json: name → "Naiv-QR"; gecko.id → naiv-qr@addons.naiv.no; remove update_url. - package.json: name → "naiv-qr"; drop --self-hosted from lint script now that we're back to Mozilla-hosted validation. - popup/popup.html: <title> updated. - icons/icon.svg: aria-label updated. - README: retitled, removed Self-distribution section, updated Publishing-to-AMO section to spell out the listed-distribution flow. Build artifact is now web-ext-artifacts/naiv-qr-<ver>.zip (web-ext derives the filename from manifest.name). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
30 lines
1.2 KiB
XML
30 lines
1.2 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-label="Naiv-QR">
|
|
<rect width="32" height="32" rx="6" fill="#1f2937"/>
|
|
<g fill="#f9fafb">
|
|
<!-- Top-left finder -->
|
|
<path d="M5 5h8v8H5zM7 7v4h4V7z"/>
|
|
<rect x="8" y="8" width="2" height="2"/>
|
|
<!-- Top-right finder -->
|
|
<path d="M19 5h8v8h-8zM21 7v4h4V7z"/>
|
|
<rect x="22" y="8" width="2" height="2"/>
|
|
<!-- Bottom-left finder -->
|
|
<path d="M5 19h8v8H5zM7 21v4h4v-4z"/>
|
|
<rect x="8" y="22" width="2" height="2"/>
|
|
<!-- Data dots -->
|
|
<rect x="15" y="6" width="2" height="2"/>
|
|
<rect x="15" y="10" width="2" height="2"/>
|
|
<rect x="6" y="15" width="2" height="2"/>
|
|
<rect x="10" y="15" width="2" height="2"/>
|
|
<rect x="14" y="15" width="2" height="2"/>
|
|
<rect x="18" y="15" width="2" height="2"/>
|
|
<rect x="22" y="15" width="2" height="2"/>
|
|
<rect x="26" y="15" width="2" height="2"/>
|
|
<rect x="15" y="20" width="2" height="2"/>
|
|
<rect x="19" y="19" width="2" height="2"/>
|
|
<rect x="23" y="19" width="2" height="2"/>
|
|
<rect x="19" y="23" width="2" height="2"/>
|
|
<rect x="25" y="23" width="2" height="2"/>
|
|
<rect x="15" y="25" width="2" height="2"/>
|
|
<rect x="23" y="25" width="2" height="2"/>
|
|
</g>
|
|
</svg>
|