diff --git a/chrome/chrome.d.ts b/chrome/chrome.d.ts index 2db5c9b94..ca76b6d85 100755 --- a/chrome/chrome.d.ts +++ b/chrome/chrome.d.ts @@ -5101,6 +5101,7 @@ declare module chrome.runtime { }[]; file_system_provider_capabilities?: { configurable?: boolean; + watchable?: boolean; multiple_mounts?: boolean; source?: string; };