/* ============================================================================ * opfs.js — Origin Private File System video storage for PWA mode * * Exposes window.OPFS with methods that mirror the Tauri cache_* commands * so app.js can call them transparently in WEB mode. * * Videos are stored under the OPFS root at: * videos/. * * Object URLs created by getFileUrl() are tracked so they can be revoked * when no longer needed — call OPFS.revokeUrl(url) after the