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

Commit

Permalink
feat/wip: enable extension update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinfall committed May 12, 2024
1 parent ecdb790 commit f69ff32
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.5.6] - May. 12, 2024
- Finish migration of extension name.
- Enable updates.

## [3.5.4] - May. 7, 2024
- Bump dependencies.

Expand Down
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"version": "3.5.4",
"version": "3.5.6",
"manifest_version": 2,
"icons": {
"48": "icons/icon.svg",
Expand All @@ -11,6 +11,7 @@
"browser_specific_settings": {
"gecko": {
"id": "{5394599d-e504-4e49-806c-3ba6cd4060c4}",
"update_url": "https://raw.githubusercontent.com/Vinfall/reqon/master/updates.json",
"strict_min_version": "115.0"
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@
"simple-import-sort/exports": "warn"
}
}
}
}
24 changes: 24 additions & 0 deletions updates.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"addons": {
"{5394599d-e504-4e49-806c-3ba6cd4060c4}": {
"updates": [
{
"version": "3.5.2",
"update_link": "https://github.com/Vinfall/reqon/releases/download/v3.5.2/reqon-3.5.2.zip"
},
{
"version": "3.5.3",
"update_link": "https://github.com/Vinfall/reqon/releases/download/v3.5.3/reqon-3.5.3.zip"
},
{
"version": "3.5.4",
"update_link": "https://github.com/Vinfall/reqon/releases/download/v3.5.4/reqon-3.5.4.zip"
},
{
"version": "3.5.6",
"update_link": "https://github.com/Vinfall/reqon/releases/download/v3.5.4/reqon-3.5.6.zip"
}
]
}
}
}

0 comments on commit f69ff32

Please sign in to comment.