I am having trouble problems trying to get my extension to work. I am trying to load an image with CSS but Chrome is not displaying it. I saw another post that described my problem, and the solution was to use base64. The example provided was not detailed enough for me to understand. Can someone please provide a more detailed example, or perhaps offer an alternative to base64?
body{ background-image:url(face.png); }
body { background-image: url(data:image/png;base64,iVB...); }