diff --git a/public/images/128x128.png b/public/images/128x128.png new file mode 100644 index 0000000..5fd14c2 Binary files /dev/null and b/public/images/128x128.png differ diff --git a/public/images/16x16.png b/public/images/16x16.png new file mode 100644 index 0000000..8477d0a Binary files /dev/null and b/public/images/16x16.png differ diff --git a/public/images/32x32.png b/public/images/32x32.png new file mode 100644 index 0000000..76807ea Binary files /dev/null and b/public/images/32x32.png differ diff --git a/public/images/48x48.png b/public/images/48x48.png new file mode 100644 index 0000000..2b1f0f7 Binary files /dev/null and b/public/images/48x48.png differ diff --git a/public/manifest.json b/public/manifest.json index c8db667..fdbf7ee 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,11 +1,23 @@ { "short_name": "Linkedin Ad Remover", "name": "Linkedin Ad Remover", - "description": "Linkedin Ad Remover - Focus on relevant posts", + "description": "Focus on relevant posts by removing promoted job posts on LinkedIn search page", "version": "1.0", "manifest_version": 3, "action": { - "default_popup": "index.html" + "default_popup": "index.html", + "default_icon": { + "16": "/images/16x16.png", + "32": "/images/32x32.png", + "48": "/images/48x48.png", + "128": "/images/128x128.png" + } + }, + "icons": { + "16": "/images/16x16.png", + "32": "/images/32x32.png", + "48": "/images/48x48.png", + "128": "/images/128x128.png" }, "content_scripts": [ {