Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rospino74 committed Sep 28, 2022
1 parent 8bc31a3 commit 19535b3
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 36 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quizlet",
"version": "1.4.4",
"version": "1.4.5",
"description": "Removes the paywall from the Quizlet page and other sites",
"main": "src/index.js",
"scripts": {
Expand Down
77 changes: 42 additions & 35 deletions public/updates.json
Original file line number Diff line number Diff line change
@@ -1,61 +1,68 @@
{
"addons":{
"[email protected]":{
"updates":[
"addons": {
"[email protected]": {
"updates": [
{
"version":"1.2.1",
"update_link":"https://github.com/rospino74/Quizlet-Bypass/releases/download/v1.2.1/extension.zip",
"gecko":{
"strict_min_version":"48.0"
"version": "1.2.1",
"update_link": "https://github.com/rospino74/Quizlet-Bypass/releases/download/v1.2.1/extension.zip",
"gecko": {
"strict_min_version": "48.0"
}
},
{
"version":"1.2.2",
"update_link":"https://github.com/rospino74/Quizlet-Bypass/releases/download/v1.2.2/extension.zip",
"gecko":{
"strict_min_version":"48.0"
"version": "1.2.2",
"update_link": "https://github.com/rospino74/Quizlet-Bypass/releases/download/v1.2.2/extension.zip",
"gecko": {
"strict_min_version": "48.0"
}
},
{
"version":"1.3.0",
"update_link":"https://github.com/rospino74/Quizlet-Bypass/releases/download/v1.3.0/extension.zip",
"gecko":{
"strict_min_version":"48.0"
"version": "1.3.0",
"update_link": "https://github.com/rospino74/Quizlet-Bypass/releases/download/v1.3.0/extension.zip",
"gecko": {
"strict_min_version": "48.0"
}
},
{
"version":"1.4.0",
"update_link":"https://github.com/rospino74/Quizlet-Bypass/releases/download/v1.4.0/extension.zip",
"gecko":{
"strict_min_version":"48.0"
"version": "1.4.0",
"update_link": "https://github.com/rospino74/Quizlet-Bypass/releases/download/v1.4.0/extension.zip",
"gecko": {
"strict_min_version": "48.0"
}
},
{
"version":"1.4.1",
"update_link":"https://github.com/rospino74/Quizlet-Bypass/releases/download/v1.4.1/extension.zip",
"gecko":{
"strict_min_version":"48.0"
"version": "1.4.1",
"update_link": "https://github.com/rospino74/Quizlet-Bypass/releases/download/v1.4.1/extension.zip",
"gecko": {
"strict_min_version": "48.0"
}
},
{
"version":"1.4.2",
"update_link":"https://github.com/rospino74/Quizlet-Bypass/releases/download/v1.4.2/extension.zip",
"gecko":{
"strict_min_version":"48.0"
"version": "1.4.2",
"update_link": "https://github.com/rospino74/Quizlet-Bypass/releases/download/v1.4.2/extension.zip",
"gecko": {
"strict_min_version": "48.0"
}
},
{
"version":"1.4.3",
"update_link":"https://github.com/rospino74/Quizlet-Bypass/releases/download/v1.4.3/extension.zip",
"gecko":{
"strict_min_version":"57"
"version": "1.4.3",
"update_link": "https://github.com/rospino74/Quizlet-Bypass/releases/download/v1.4.3/extension.zip",
"gecko": {
"strict_min_version": "57"
}
},
{
"version":"1.4.4",
"update_link":"https://github.com/rospino74/Quizlet-Bypass/releases/download/v1.4.4/extension.zip",
"gecko":{
"strict_min_version":"57"
"version": "1.4.4",
"update_link": "https://github.com/rospino74/Quizlet-Bypass/releases/download/v1.4.4/extension.zip",
"gecko": {
"strict_min_version": "57"
}
},
{
"version": "1.4.5",
"update_link": "https://github.com/rospino74/Quizlet-Bypass/releases/download/v1.4.5/extension.zip",
"gecko": {
"strict_min_version": "57"
}
}
]
Expand Down

0 comments on commit 19535b3

Please sign in to comment.