Skip to content

Commit

Permalink
Version 1.7.0
Browse files Browse the repository at this point in the history
- Support new Chrome Web Store URL (#134).
- Migrate Chrome extension to Manifest Version 3.
- Migrate Firefox extension to event page.
- Improve initialization of extension in incognito mode.
- Improve reliability of context menu registration, with work-arounds
  for bugs in Chrome and Firefox.
- Firefox: open viewer in same container tab when applicable.
- Update jsbeautifier to v1.14.11
  • Loading branch information
Rob--W committed Dec 10, 2023
1 parent 95c1e5e commit d64c421
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Chrome extension source viewer",
"short_name": "CRX Viewer",
"description": "View source code of Chrome extensions, Firefox addons or Opera extensions (crx/nex/xpi) from the Chrome web store and elsewhere.",
"version": "1.6.13",
"version": "1.7.0",
"manifest_version": 3,
"minimum_chrome_version": "88",
"background": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest_firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Extension source viewer",
"description": "View source code of Firefox addons and Chrome extensions (crx/nex/xpi) from addons.mozilla.org, the Chrome Webstore and elsewhere.",
"version": "1.6.12",
"version": "1.7.0",
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest_opera.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Extension source viewer",
"description": "View source code of extensions in the Chrome Web Store, Firefox or Opera addon gallery. Has button to install from Chrome Web Store.",
"version": "1.6.13",
"version": "1.7.0",
"manifest_version": 3,
"minimum_opera_version": "74",
"developer": {
Expand Down

0 comments on commit d64c421

Please sign in to comment.