WebDevSimplified / Coronavirus-Chrome-Extension

35 stars 15 forks source link

How to add an image for the Chrome Extension??? #3

Closed royalhope closed 3 years ago

royalhope commented 3 years ago

Hey Kyle, I am able to make the Chrome extension, but unable to find the answer for adding an image for the Extension. any inputs?

merajjahir commented 3 years ago

@royalhope , if you didn't find the answer by now, you need to add "icon" tag in you manifest file something like this: "icons": { "128": "your_icon_name.png" },

you may check out -> Google chrome developers docs

royalhope commented 3 years ago

@merajjahir, thanks for your help, i fixed the issue a couple months back using the same snippet you shared, still thanks for your help.