A little more cleanup and better icons

This commit is contained in:
2025-07-12 17:05:49 -04:00
parent 2c16b451ad
commit fe4b3c3e1b
11 changed files with 43 additions and 95 deletions

View File

@ -1,6 +1,5 @@
// Background script for Firefox extension
browser.browserAction.onClicked.addListener((tab) => {
console.log('Extension clicked');
console.log('Extension clicked - triggering artifact collection.');
// Check if we're on the correct domain and path
if (!tab.url.startsWith('https://claude.ai/chat/')) {