webext-tools
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -9,2 +9,2 @@ export type Target = { | ||
export declare function doesTabExist(tabId: number): Promise<boolean>; | ||
export declare function setActionPopup(getPopupUrl: (tabUrl: string | undefined) => Promise<string | undefined>): void; | ||
export declare function setActionPopup(getPopupUrl: (tabUrl: string | undefined) => Promise<string | undefined> | string | undefined): void; |
{ | ||
"name": "webext-tools", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Utility functions for Web Extensions, manifest v2 and v3", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
8753