This commit is contained in:
qcrao
2023-09-02 17:21:23 +08:00
parent 18c0cb9d4c
commit eb9a6e48c2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "ChatGPT Bulk Delete",
"version": "1.4",
"version": "2.0",
"description": "A Chrome extension to bulk delete ChatGPT conversations",
"icons": {
"48": "icon48.png"

View File

@@ -38,6 +38,6 @@ document.getElementById('remove-checkboxes').addEventListener('click', () => {
// Update copyright year
const currentYear = new Date().getFullYear();
document.getElementById('copyright').innerHTML =
'&copy; ' + currentYear + ' <a href="https://github.com/qcrao" target="_blank">@qcrao</a>';
'&copy; ' + currentYear + ' <a href="https://github.com/qcrao/bulk-delete-chatGPT" target="_blank">qcrao@GitHub</a>';