From 071e40d59bc39c533177600974559fc96d942f68 Mon Sep 17 00:00:00 2001 From: Daniel Doblado Date: Tue, 1 Sep 2020 21:36:28 +0200 Subject: [PATCH] Add Icon types --- index.d.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 221f43a..5ac9a17 100644 --- a/index.d.ts +++ b/index.d.ts @@ -60,5 +60,7 @@ declare namespace WebpackPwaManifest { sizes?: number[]; destination?: string; ios?: boolean | 'default' | 'startup'; + purpose?: string; + type?: string; } -} \ No newline at end of file +}