mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Add chrome.app.getDetails() function
This commit is contained in:
11
chrome/chrome-app.d.ts
vendored
11
chrome/chrome-app.d.ts
vendored
@@ -6,6 +6,17 @@
|
||||
/// <reference path="chrome.d.ts"/>
|
||||
/// <reference path='../filesystem/filesystem.d.ts'/>
|
||||
|
||||
////////////////////
|
||||
// App
|
||||
////////////////////
|
||||
declare namespace chrome.app {
|
||||
interface AppDetails extends chrome.runtime.Manifest {
|
||||
id: string;
|
||||
}
|
||||
|
||||
export function getDetails(): AppDetails;
|
||||
}
|
||||
|
||||
////////////////////
|
||||
// App Runtime
|
||||
////////////////////
|
||||
|
||||
Reference in New Issue
Block a user