From f8f4e3a9fc5ec5b96c7ea1ce4a487726ea097944 Mon Sep 17 00:00:00 2001 From: time Date: Wed, 2 Jan 2019 21:17:55 +0800 Subject: [PATCH] fix logo --- src/manifest.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/manifest.js b/src/manifest.js index 0f8242b..163586a 100644 --- a/src/manifest.js +++ b/src/manifest.js @@ -9,6 +9,11 @@ module.exports = { default_popup: 'pages/popup.html', default_icon: 'icons/logo.png' }, + icons: { + '16': 'icons/logo.png', + '48': 'icons/logo.png', + '128': 'icons/logo.png' + }, permissions: [ '*://*/', 'storage', -- 2.11.0