Removed old declaration for extensions only according to the docs

This commit is contained in:
Nikolai Ommundsen
2018-06-14 10:25:43 +02:00
parent 0484f93c1e
commit 5f5f1cd604

View File

@@ -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
////////////////////