Add icons back to manifest.
This commit is contained in:
parent
679782a26f
commit
35f8906b52
|
@ -19,6 +19,8 @@ export default function createManifest(
|
||||||
128: 'assets/fangs-128.png',
|
128: 'assets/fangs-128.png',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
manifest.icons = icons;
|
||||||
|
|
||||||
const browserAction = {
|
const browserAction = {
|
||||||
default_icon: icons,
|
default_icon: icons,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue