From 35f8906b521d9986b9165ec7b0279608e83a6c23 Mon Sep 17 00:00:00 2001 From: Bauke Date: Wed, 23 Mar 2022 15:55:01 +0100 Subject: [PATCH] Add icons back to manifest. --- source/manifest.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/manifest.ts b/source/manifest.ts index 67b3f7a..dae271d 100644 --- a/source/manifest.ts +++ b/source/manifest.ts @@ -19,6 +19,8 @@ export default function createManifest( 128: 'assets/fangs-128.png', }; + manifest.icons = icons; + const browserAction = { default_icon: icons, };