From 4a14a0ff0105bf29f2f9368f175c0c17f54a1921 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Wed, 29 Nov 2023 20:14:22 -0500 Subject: Update manifest types --- types/dev/manifest.d.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'types/dev') diff --git a/types/dev/manifest.d.ts b/types/dev/manifest.d.ts index 4fdf3b14..e455208f 100644 --- a/types/dev/manifest.d.ts +++ b/types/dev/manifest.d.ts @@ -15,8 +15,10 @@ * along with this program. If not, see . */ -export type Manifest = { - manifest: chrome.runtime.Manifest; +export type Manifest = chrome.runtime.Manifest; + +export type ManifestConfig = { + manifest: Manifest; defaultVariant: string; variants: ManifestVariant[]; }; -- cgit v1.2.3