{
  "manifest_version": 3,
  "name": "Hover Link Target",
  "version": "1.0",
  "description": "Displays the target attribute of hovered links.",
  "content_scripts": [
    {
      "matches": ["<all_urls>"],
      "js": ["content.js"]
    }
  ]
}