diff --git a/manifest.json b/manifest.json index 06a90ab..f0a83b5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "ChatGPT Bulk Delete", - "version": "5.6", + "version": "5.7", "description": "A Chrome extension to bulk delete ChatGPT conversations", "icons": { "48": "icon48.png" @@ -18,7 +18,7 @@ }, "content_scripts": [ { - "matches": ["*://chat.openai.com/*"], + "matches": ["*://chat.openai.com/*", "*://chatgpt.com/*"], "js": [ "globals.js", "utils.js",