Add auto-update support
This commit is contained in:
parent
de342265b1
commit
f7276dcb3d
|
@ -1,11 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "Sage's BitBucket Addon",
|
"name": "Sage's BitBucket Addon",
|
||||||
"description": "Ensure searches don't include forks (and other enhancements)",
|
"description": "Ensure searches don't include forks (and other enhancements)",
|
||||||
"version": "1.0.12",
|
"version": "1.0.13",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "svaillancourt@add123.com"
|
"id": "svaillancourt@add123.com",
|
||||||
|
"update_url": "https://bb-addon.sagev.space/updates.json"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"background": {
|
"background": {
|
||||||
|
|
Loading…
Reference in New Issue