mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 16:45:10 +08:00
Removed old declaration for extensions only according to the docs
This commit is contained in:
12
types/chrome-apps/index.d.ts
vendored
12
types/chrome-apps/index.d.ts
vendored
@@ -243,18 +243,6 @@ declare namespace chrome {
|
||||
export var onAlarm: AlarmEvent;
|
||||
}
|
||||
|
||||
|
||||
////////////////////
|
||||
// App
|
||||
////////////////////
|
||||
namespace app {
|
||||
interface AppDetails extends chrome.runtime.Manifest {
|
||||
id: string;
|
||||
}
|
||||
|
||||
export function getDetails(): AppDetails;
|
||||
}
|
||||
|
||||
////////////////////
|
||||
// App Runtime
|
||||
////////////////////
|
||||
|
||||
Reference in New Issue
Block a user