diff --git a/icon_128.png b/icon_128.png new file mode 100644 index 0000000..e0ddbc5 Binary files /dev/null and b/icon_128.png differ diff --git a/img/promotional_small.png b/img/promotional_small.png new file mode 100644 index 0000000..d2452d7 Binary files /dev/null and b/img/promotional_small.png differ diff --git a/manifest.json b/manifest.json index 52a275d..0898ce0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,13 @@ { - "name": "chromesoul", + "name": "Chromesoul", "version": "0.4.2", "minimum_chrome_version": "24", "manifest_version": 2, "offline_enabled": false, - "description": "A minimalist NetSoul client.", + "description": "Netsoul client for Google Chrome.", + "icons": { + "128": "icon_128.png" + }, "app": { "background": { "scripts": ["chromesoul.js"]