mirror of
https://github.com/arkorty/B.Tech-Project-III.git
synced 2026-04-19 12:41:48 +00:00
init
This commit is contained in:
7
thirdeye/meet_extension/background.js
Normal file
7
thirdeye/meet_extension/background.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* ThirdEye Meet — Service Worker (Manifest V3 background)
|
||||
* Minimal: just keeps the extension alive and relays messages.
|
||||
*/
|
||||
chrome.runtime.onInstalled.addListener(() => {
|
||||
console.log("[ThirdEye] Meet extension installed.");
|
||||
});
|
||||
Reference in New Issue
Block a user