A small number of users of my extension are getting the following error message when installing it from the Web Store:
Package is invalid. Details: 'illegal path (absolute or relative with '..'):/images/icon_19x19_disabled.png'
This error maps to the following line in the extension's manifest file:
"default_icon": "/images/icon_19x19_disabled.png",
The common thread seems to be that these users are all running Chrome v23.0.1271.xx.
I could not reproduce the issue on v24.0.1306.1 canary. In fact, removing the leading slash from all icon references in the manifest file resulted in an "Invalid Manifest file" error upon installation of the extension.
What are the rules with respect to the format of extension file references in the manifest, and are there any known issues related to the above error?
Thanks for any insight you may be able to offer.
Sincerely,
Hans Meyer