Skip to content

Commit

Permalink
Changed extension version to 4.3a2
Browse files Browse the repository at this point in the history
- Added temporary update URL to test keyboard shortcut migration
- Changed minVersion to 78.0 (newest ESR)
  • Loading branch information
aecreations committed Aug 2, 2020
1 parent 87dd032 commit a6b255d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions wx-src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
"manifest_version": 2,
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"version": "4.3a1+",
"homepage_url": "http://aecreations.sourceforge.net/panicbutton/index.php",
"version": "4.3a2",
"homepage_url": "https://aecreations.sourceforge.io/panicbutton/index.php",
"author": "AE Creations",

"applications": {
"browser_specific_settings": {
"gecko": {
"strict_min_version": "68.0"
"strict_min_version": "78.0",
"update_url": "https://aecreations.github.io/updates/update-test.json"
}
},

Expand Down

0 comments on commit a6b255d

Please sign in to comment.