Milestone v1 (v2.0.0): Mokosh — Session Capture #1

Merged
strategy155 merged 297 commits from gsd/phase-04-harden-clean-up-optional into main 2026-05-31 15:34:17 +00:00
Showing only changes of commit 6aeeda495c - Show all commits

View File

@@ -42,7 +42,7 @@ async function ensureOffscreen() {
} }
try { try {
const url = chrome.runtime.getURL('offscreen/index.html'); const url = chrome.runtime.getURL('src/offscreen/index.html');
logger.log('Creating offscreen document at:', url); logger.log('Creating offscreen document at:', url);
await chrome.offscreen.createDocument({ await chrome.offscreen.createDocument({