mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 09:57:48 +01:00
Add support for automatic updates
This commit is contained in:
parent
889f062b89
commit
7b418cdfcb
3 changed files with 15 additions and 3 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
11
updates.json
Normal file
11
updates.json
Normal 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" }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue