feat: v2.4

This commit is contained in:
hds
2023-09-15 14:25:08 +08:00
parent 71eb8e4817
commit 58613a5873

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "ChatGPT Bulk Delete",
"version": "2.3",
"version": "2.4",
"description": "A Chrome extension to bulk delete ChatGPT conversations",
"icons": {
"48": "icon48.png"
@@ -17,8 +17,13 @@
],
"content_scripts": [
{
"matches": ["*://chat.openai.com/*"],
"js": ["addCheckboxes.js", "bulkDeleteConversations.js"]
"matches": [
"*://chat.openai.com/*"
],
"js": [
"addCheckboxes.js",
"bulkDeleteConversations.js"
]
}
]
}