Initial commit

This commit is contained in:
2026-03-14 21:21:53 +01:00
commit 100e2dacee
14 changed files with 1721 additions and 0 deletions

5
background.js Normal file
View File

@@ -0,0 +1,5 @@
// background.js - service worker
chrome.runtime.onInstalled.addListener(() => {
console.log("Memos Clipper installed.");
});