diff --git a/icon_16.png b/icon_16.png new file mode 100644 index 0000000..34a4623 Binary files /dev/null and b/icon_16.png differ diff --git a/manifest.json b/manifest.json index 2f98a9f..ed3e287 100644 --- a/manifest.json +++ b/manifest.json @@ -5,8 +5,9 @@ "manifest_version": 2, "offline_enabled": false, "description": "Netsoul client for Google Chrome.", - "icons": { - "128": "icon_128.png" + "icons": { + "16": "icon_16.png", + "128": "icon_128.png" }, "app": { "background": {