Add icons back to manifest.

This commit is contained in:
Bauke 2022-03-23 15:55:01 +01:00
parent 679782a26f
commit 35f8906b52
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ export default function createManifest(
128: 'assets/fangs-128.png',
};
manifest.icons = icons;
const browserAction = {
default_icon: icons,
};