Skip to content

Instantly share code, notes, and snippets.

@just-jeb
Created June 30, 2022 08:05
Show Gist options
  • Save just-jeb/f1aef626d1bac1a7d0361cbe997303e0 to your computer and use it in GitHub Desktop.
Save just-jeb/f1aef626d1bac1a7d0361cbe997303e0 to your computer and use it in GitHub Desktop.
/******/ (() => { // webpackBootstrap
/******/ "use strict";
var __webpack_exports__ = {};
/*!***************************!*\
!*** ./src/background.ts ***!
\***************************/
chrome.runtime.onInstalled.addListener(() => {
// Blah blah the rest of our code
});
/******/ })()
;
//# sourceMappingURL=background.js.map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment