Skip to content

Commit

Permalink
Version 1.6.12
Browse files Browse the repository at this point in the history
- Rely on CORS instead of work-arounds for public XPI files from AMO (#92)
- Add work-around for crx access in Brave (#91)
- Support source viewing of extensions from Microsoft Edge (#95)
- Remove web_accessible_resourced to avoid UUID leak (#100)
- Correct 0-padding of hashes (#104)
- Update jsbeautifier to v1.14.0 (#110)
- Support source viewing of extensions from Thunderbird (#111)
- Fix domain front of AMO in Firefox add-on (#115)
- Recognize CRX3 files served by addons.opera.com (#118)
- Opera only: Add work-around to access addons.opera.com (#119)
- web only: Add crx keyword to input field for keyword search (#99)
- web only: Avoid breakage of web version when an extension runs a script (#113)
- Refactor: remove unsupported declarativeWebRequest path
- Refactor: Use declarative page actions to show button.
  • Loading branch information
Rob--W committed Mar 28, 2022
1 parent 9eb38e5 commit dde770e
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.11",
"version": "1.6.12",
"manifest_version": 2,
"background": {
"scripts": [
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.11",
"version": "1.6.12",
"manifest_version": 2,
"applications": {
"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.11",
"version": "1.6.12",
"manifest_version": 2,
"developer": {
"name": "Rob Wu",
Expand Down

0 comments on commit dde770e

Please sign in to comment.