Current section
Files
Jump to
Current section
Files
priv/assets/extension-with-logging/background.js
console.log("Service worker script loaded");
chrome.runtime.onInstalled.addListener(() => {
console.log("Extension installed");
});