feat(extension): auto-update manifest file

This commit is contained in:
Ashhhleyyy 2024-02-26 11:16:54 +00:00
parent 0853d78008
commit 4a15f1722c
Signed by: ash
GPG key ID: 83B789081A0878FB
2 changed files with 19 additions and 1 deletions

12
addon_updates.json Normal file
View file

@ -0,0 +1,12 @@
{
"addons": {
"{1f6e8923-f08b-4ed9-8756-f336ed308be4}": {
"updates": [
{
"version": "0.0.1",
"update_link": "https://cdn.ashhhleyyy.dev/file/ashs-magic-bucket/extensions/aci/2f14f65a62c241d58b03-0.0.1.xpi"
}
]
}
}
}

View file

@ -21,5 +21,11 @@
}, },
"browser_action": { "browser_action": {
"default_popup": "src/popup.html" "default_popup": "src/popup.html"
} },
"browser_specific_settings": {
"gecko": {
"update_url": "https://git.ashhhleyyy.dev/ash/aci/raw/branch/main/addon_updates.json",
"id": "{1f6e8923-f08b-4ed9-8756-f336ed308be4}"
}
}
} }