Examine source code of Copy Tabs

Inspect and view changes in Copy Tabs source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "author": "igorlogius",
  "browser_style": true,
  "default_locale": "en",
  "homepage_url": "https://github.com/igorlogius",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_area": "navbar",
    "theme_icons": [
      {
        "light": "dark.png",
        "dark": "light.png",
        "size": 128
      }
    ]
  },
  "commands": {
    "cpyalllnk": {
      "description": "__MSG_cpyalllnk__"
    },
    "cpyalllnknp": {
      "description": "__MSG_cpyalllnknp__"
    },
    "cpyalltxt": {
      "description": "__MSG_cpyalltxt__"
    },
    "cpyalltxtnp": {
      "description": "__MSG_cpyalltxtnp__"
    },
    "cpysellnk": {
      "description": "__MSG_cpysellnk__"
    },
    "cpysellnknp": {
      "description": "__MSG_cpysellnknp__"
    },
    "cpyseltxt": {
      "description": "__MSG_cpyseltxt__"
    },
    "cpyseltxtnp": {
      "description": "__MSG_cpyseltxtnp__"
    }
  },
  "icons": {
    "256": "icon.svg"
  },
  "options_ui": {
    "browser_style": true,
    "open_in_tab": false,
    "page": "options.html"
  },
  "manifest_version": 2,
  "name": "__MSG_addonName__",
  "description": "__MSG_addonDesc__",
  "permissions": [
    "clipboardWrite",
    "storage",
    "menus",
    "tabs"
  ],
  "optional_permissions": [
    "notifications"
  ],
  "version": "1.16.55",
  "browser_specific_settings": {
    "gecko": {
      "id": "{983417c1-dd79-41cc-bd07-301c1a55b126}"
    }
  }
}