From c1574fa02062c63b79cc85b312e41092079e8902 Mon Sep 17 00:00:00 2001 From: TABASCO <84655644+TABASCOatw@users.noreply.github.com> Date: Thu, 10 Aug 2023 14:29:07 -0600 Subject: [PATCH] Update manifest.json --- manifest.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 305b223..7f38a27 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,13 @@ "description": "This extension redacts sensitive data in the user input for ChatGPT allowing a form of Data Leak Protection.", "version": "1.0", "permissions": ["storage", "activeTab", "scripting"], - "host_permissions": ["http://*/*", "https://*/*"], + "host_permissions": ["https://chat.openai.com/*"], + "icons": { + "16": "icons/icon16.png", + "32": "icons/icon32.png", + "48": "icons/icon48.png", + "128": "icons/icon128.png" + }, "action": { "default_popup": "popup/popup.html", "default_title": "Data Leak Protection"