diff --git a/create_icons.html b/create_icons.html
new file mode 100644
index 0000000..e8d3049
--- /dev/null
+++ b/create_icons.html
@@ -0,0 +1,53 @@
+
+
+
+ Icon Creator
+
+
+
+
+
+
diff --git a/icons/icon128.png b/icons/icon128.png
new file mode 100644
index 0000000..9da3046
Binary files /dev/null and b/icons/icon128.png differ
diff --git a/icons/icon16.png b/icons/icon16.png
new file mode 100644
index 0000000..ec51cbe
Binary files /dev/null and b/icons/icon16.png differ
diff --git a/icons/icon32.png b/icons/icon32.png
new file mode 100644
index 0000000..60b54f1
Binary files /dev/null and b/icons/icon32.png differ
diff --git a/icons/icon48.png b/icons/icon48.png
new file mode 100644
index 0000000..11b8fde
Binary files /dev/null and b/icons/icon48.png differ
diff --git a/manifest.json b/manifest.json
index 5f5c7d7..7317c6a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -28,7 +28,13 @@
},
"action": {
"default_popup": "popup.html",
- "default_title": "Manga Mass Downloader"
+ "default_title": "Manga Mass Downloader",
+ "default_icon": {
+ "16": "icons/icon16.png",
+ "32": "icons/icon32.png",
+ "48": "icons/icon48.png",
+ "128": "icons/icon128.png"
+ }
},
"web_accessible_resources": [
{