Add file_system_provider_capabilities.watchable to Chrome manifest

This commit is contained in:
Ingvar Stepanyan
2016-02-16 17:56:02 +00:00
parent 51b7e00426
commit 390d1e412f
+1
View File
@@ -5101,6 +5101,7 @@ declare module chrome.runtime {
}[];
file_system_provider_capabilities?: {
configurable?: boolean;
watchable?: boolean;
multiple_mounts?: boolean;
source?: string;
};