Initial commit
This commit is contained in:
5
background.js
Normal file
5
background.js
Normal file
@@ -0,0 +1,5 @@
|
||||
// background.js - service worker
|
||||
|
||||
chrome.runtime.onInstalled.addListener(() => {
|
||||
console.log("Memos Clipper installed.");
|
||||
});
|
||||
Reference in New Issue
Block a user