diff --git a/icons/logo-48.png b/icons/logo-48.png new file mode 100644 index 0000000..370a5dd Binary files /dev/null and b/icons/logo-48.png differ diff --git a/icons/logo-96.png b/icons/logo-96.png new file mode 100644 index 0000000..aae3e5a Binary files /dev/null and b/icons/logo-96.png differ diff --git a/icons/logo.png b/icons/logo.png new file mode 100644 index 0000000..a02d675 Binary files /dev/null and b/icons/logo.png differ diff --git a/manifest.json b/manifest.json index 6ea4e8f..48e7678 100644 --- a/manifest.json +++ b/manifest.json @@ -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/*", @@ -61,6 +61,10 @@ "background": { "scripts": ["background.js"] }, + "icons": { + "48": "icons/logo-48.png", + "96": "icons/logo-96.png" + }, "manifest_version": 2 }