From bf9158f243d91c1e850639e9ecb3dfee1b48e22b Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Sun, 26 Nov 2017 17:49:59 +0100 Subject: [PATCH] v0.4: chrome compat --- icons/{logo.png => logo-128.png} | Bin manifest.json | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename icons/{logo.png => logo-128.png} (100%) diff --git a/icons/logo.png b/icons/logo-128.png similarity index 100% rename from icons/logo.png rename to icons/logo-128.png diff --git a/manifest.json b/manifest.json index 004e18d..5792f4e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Anti-Paywall", - "version": "0.3", + "version": "0.4", "description": "This extension will mangle your browser's requests to maximize the chances of bypassing paywalls.", "permissions": ["webRequest", "webRequestBlocking", "*://*.adelaidenow.com.au/*", @@ -64,6 +64,7 @@ "icons": { "48": "icons/logo-48.png", "96": "icons/logo-96.png" + "128": "icons/logo-128.png" }, "manifest_version": 2 }