diff --git a/src/api/system/runtime-info.ts b/src/api/system/runtime-info.ts index 73661503..d0d0ca15 100644 --- a/src/api/system/runtime-info.ts +++ b/src/api/system/runtime-info.ts @@ -5,4 +5,5 @@ export interface RuntimeInfo { securityRealm?: string; version: string; args: object; + chromeVersion: string; } diff --git a/src/api/system/system.ts b/src/api/system/system.ts index b3442155..4e4df844 100644 --- a/src/api/system/system.ts +++ b/src/api/system/system.ts @@ -348,6 +348,7 @@ interface ServiceIdentifier { * @property { string } securityRealm The runtime security realm * @property { string } version The runtime version * @property { object } args the command line argument used to start the Runtime + * @property { string } chromeVersion The chrome version */ /**