Format:
chrome-extension://MSG_@@extension_id/image.jpg
Example:
body {
background: url(“chrome-extension://MSG_@@extension_id/background.jpg”);
}
Remember to add the file to web_accessible_resources in the plugin’s manifest.json. Otherwise, the file will not be
Leave a Reply