diff --git a/types/chrome/chrome-app.d.ts b/types/chrome/chrome-app.d.ts index 5c847325e0..561544c00c 100644 --- a/types/chrome/chrome-app.d.ts +++ b/types/chrome/chrome-app.d.ts @@ -44,6 +44,7 @@ declare namespace chrome.app.runtime { "installed_notification" = "installed_notification", "context_menu" = "context_menu", } + interface LaunchData { id?: string; items?: LaunchDataItem[];