I get this error:
Denying load of chrome-extension://boelmimalaoomchodajlpmibbopknpoh/images/Alert.png/. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension.
even though in my manifest file i have this:
"web_accessible_resources": [
"images/Alert.png"
]
It was working fine half an hour ago, I didn't change anything in the manifest file or where the image is stored and it just stopped working now.
Any ideas?