Add support for automatic updates

master
Adam 2018-12-08 17:18:17 -08:00
parent b1cc6ac3ac
commit aa691ac6c9
3 changed files with 15 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Bypass Paywalls for Firefox
## [Download and install v1.4.2 by clicking here](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.2/bypass-paywalls-firefox-v142.xpi)
## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.5/bypass_paywalls-1.4.5-an+fx.xpi)
### Bypass the following sites' paywalls with this extension:

View File

@ -10,7 +10,8 @@
],
"applications": {
"gecko": {
"id": "iamadamdev@hotmail.com"
"id": "bypasspaywalls@bypasspaywalls.weebly.com",
"update_url": "https://raw.githubusercontent.com/iamadamdev/bypass-paywalls-firefox/master/updates.json"
}
},
"browser_action": {
@ -44,4 +45,4 @@
"webRequestBlocking"
],
"version": "1.4.5"
}
}

11
updates.json Normal file
View File

@ -0,0 +1,11 @@
{
"addons": {
"bypasspaywalls@bypasspaywalls.weebly.com": {
"updates": [
{ "version": "1.4.5",
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.5/bypass_paywalls-1.4.5-an+fx.xpi" }
]
}
}
}