From 6f21af3bcd1e4cc891a38d95309fd37760ef89dc Mon Sep 17 00:00:00 2001 From: regice202 Date: Fri, 6 Sep 2024 03:23:03 -0700 Subject: [PATCH] Update manifest.json Add ability to pin extension on toolbar to stop redirects easily --- manifest.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 9fa99d4..766acf2 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,13 @@ "icons": { "48": "icons/java-redirect-48.png" }, - + + "action": { + "default_icon": { + "48": "icons/java-redirect-48.png" + }, + "default_title": "Java Redirector" + }, "permissions": [ "webRequest", "webRequestBlocking",