diff --git a/ext/src/lib/options.ts b/ext/src/lib/options.ts index e5d81f8..01534c8 100644 --- a/ext/src/lib/options.ts +++ b/ext/src/lib/options.ts @@ -14,6 +14,7 @@ const storageArea = new TypedStorageArea<{ export interface Options { bridgeApplicationName: string; mediaEnabled: boolean; + mediaOverlayEnabled: boolean; mediaSyncElement: boolean; mediaStopOnUnload: boolean; localMediaEnabled: boolean;