feat(extension): auto-update manifest file
This commit is contained in:
parent
0853d78008
commit
4a15f1722c
2 changed files with 19 additions and 1 deletions
12
addon_updates.json
Normal file
12
addon_updates.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -21,5 +21,11 @@
|
|||
},
|
||||
"browser_action": {
|
||||
"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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue