Skip to content

Commit

Permalink
v3.8.0 - 2018-10-01
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Oct 1, 2018
1 parent 04ff3c9 commit d87adee
Show file tree
Hide file tree
Showing 11 changed files with 70 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Intercept Redirect

## v3.8.0 - 2018-10-01
- Add icons, screenshots, and promo tile created by Janet Fu

## v3.7.1 - 2018-08-19
- `curseforge.com` actually double URI encodes their link

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bjornstar/intercept-redirect",
"version": "3.7.1",
"version": "3.8.0",
"description": "Skip tracking redirects that serve no purpose other than to waste your valuable time.",
"main": "webextension/index.js",
"dependencies": {},
Expand Down
Binary file added webextension/icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions webextension/icon128.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webextension/icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webextension/icon32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webextension/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webextension/icon64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion webextension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"scripts": [ "index.js" ]
},
"description": "Skip tracking redirects that serve no purpose other than to waste your valuable time.",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"64": "icon64.png",
"128": "icon128.png"
},
"manifest_version": 2,
"name": "Intercept Redirect",
"permissions": [
Expand All @@ -27,5 +34,5 @@
"*://workable.com/",
"*://www.youtube.com/"
],
"version": "3.7.1"
"version": "3.8.0"
}
Binary file added webextension/promo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webextension/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d87adee

Please sign in to comment.