Version 0.0.2
diff --git a/icons/128.png b/icons/128.png
new file mode 100644
index 0000000..51c3750
--- /dev/null
+++ b/icons/128.png
Binary files differ
diff --git a/manifest.json b/manifest.json
index aca337d..9754b2b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,10 +1,11 @@
{
"manifest_version": 2,
"name": "Infinite Scroll in Tailwind",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "Get infinite Scroll in Tailwind and the Community Console",
"icons": {
- "512": "icons/512.png"
+ "512": "icons/512.png",
+ "128": "icons/128.png"
},
"content_scripts": [
{