Skip to content
This repository has been archived by the owner on Jul 26, 2020. It is now read-only.

Commit

Permalink
v0.2: add a logo
Browse files Browse the repository at this point in the history
  • Loading branch information
nextgens committed Nov 25, 2017
1 parent 8dae5f1 commit 0403901
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Binary file added icons/logo-48.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 icons/logo-96.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 icons/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Anti-Paywall",
"version": "0.1",
"version": "0.2",
"description": "This will prevent cookies from being stored, spoof the user-agent and mangle the referrer to maximize the chances of bypassing paywalls.",
"permissions": ["webRequest", "webRequestBlocking",
"*://*.adelaidenow.com.au/*",
Expand Down Expand Up @@ -61,6 +61,10 @@
"background": {
"scripts": ["background.js"]
},
"icons": {
"48": "icons/logo-48.png",
"96": "icons/logo-96.png"
},
"manifest_version": 2
}

0 comments on commit 0403901

Please sign in to comment.