{
  "manifest_version": 2,
  "name": "chrome.runtime.sendMessage",
  "description": "Test",
  "version": "1.0.0",
  "content_scripts": [
    {
      "matches": [ "<all_urls>" ],
      "js": [ "content_script.js" ]
    }
  ],
  "background": {
    "scripts": [ "background.js" ]
  }
}
