Hi,
The extension loads, but on clicking the BITE logo the text appears without the styles and nothing works. The developer console says - "Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension". On looking closely, I've observed that the resources being requested are "chrome_extension_id//styles/consoles.css" and "chrome_extension_id//imgs/logo-24x24.png". There are two forward slashes there which is not the correct path. So, I replaced all "/styles" with "styles" and "/imgs" with "imgs" in "genfiles/extension/content_script.js", and built it again. Now, the extension works like a charm!
--
Siddardha