manifest.json
{
  "name": "Hello Page",
  "description": "Add 'Hello' to the current page.",
  "version": "1.0",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [&quo...