I'm trying to develop an extension that has two icons, and for each icon clicked a new modal / pop-up is showed. Is this somehow possible? In manifest.json
for example when I add an array of .png
into default_icon
a non-image appears in Google Chrome instead of my intended array of .png
.
Asked
Active
Viewed 114 times
1

Lucaci Sergiu
- 564
- 5
- 17
-
1No, it isn't possible. – Daniel Herr Jan 08 '16 at 00:36
-
10x for help. I've made research for this issue, and you are right @Daniel, it is not possible. – Lucaci Sergiu Jan 08 '16 at 08:22
-
Firefox's extensions are allowed more than one. See my answer [here](https://stackoverflow.com/questions/25386806/multiple-icons-on-pageaction-chrome-extension/74210394#74210394) – tst Oct 26 '22 at 15:36