notes/Chrome Extension Manifest Template-1SaAmJyQ.sh
{
   "content_scripts": [ {
      "js": [ "jquery.min.js", "main.js" ],
      "matches": [ "*://url/*"]
   } ],
   "description": "title",
   "manifest_version": 2,
   "name": "title",
   "version": "0.1"
}

syntax highlighted by Code2HTML, v. 0.9.1