Stream Music Videos, Full Albums, Artist Bios and Lyrics for free
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "SonicHits Music Videos with Lyrics",
"short_name": "SonicHits",
"description": "Stream Music Videos, Full Albums, Artist Bios and Lyrics for free",
"version": "1.8",
"manifest_version": 2,
"icons": {
"128": "sh_square3.png"
},
"app": {
"urls": [
"http://sonichits.com/"
],
"launch": {
"web_url": "http://sonichits.com/?chrome=1"
}
},
"permissions": []
}