add permissions

This commit is contained in:
qcrao
2024-07-09 08:34:46 +08:00
parent ab244e8f4a
commit 0857a73d1a

View File

@@ -13,17 +13,17 @@
},
"permissions": [
"scripting",
"activeTab"
"activeTab",
"https://bulk-delete-chatgpt-worker.qcrao.com/*"
],
"content_scripts": [
{
"matches": [
"*://chat.openai.com/*"
],
"matches": ["*://chat.openai.com/*"],
"js": [
"globals.js",
"addCheckboxes.js",
"bulkDeleteConversations.js"
"bulkDeleteConversations.js",
"deleteConversations.js"
],
"run_at": "document_idle"
}