Release v0.1.0

First signed XPI via web-ext unlisted channel. Firefox will now auto-update
installed copies by polling dist/updates.json in this repo.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-22 12:36:41 +00:00
parent eabab39210
commit 8f3b695415
4 changed files with 22 additions and 6 deletions
+6 -1
View File
@@ -1,7 +1,12 @@
{
"addons": {
"autotrader-marker@tony.codes": {
"updates": []
"updates": [
{
"version": "0.1.0",
"update_link": "https://git.nocker.cloud/tony/autotrader-marker/raw/branch/main/dist/autotrader-marker-0.1.0.xpi"
}
]
}
}
}