{
  "manifest_version": 2,
  "name": "chrome.tabs.duplicate",
  "description": "Example for chrome.tabs.duplicate",
  "version": "1.0.0",
  "content_scripts": [
    {
      "matches": [ "<all_urls>" ],
      "js": [ "index.js" ]
    }
  ],
  "permissions": [
    "tabs"
  ]
}
