Examine source code of QA dev utils

Inspect and view changes in QA dev utils 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "QA dev utils",
  "short_name": "QA dev utils",
  "version": "1.1.3",
  "author": "n.bobrovskaya",
  "description": "QA dev utils",
  "icons": {
    "48": "qadu_icon.png"
  },
  "browser_action": {
    "default_title": "Open QA dev utils",
    "default_icon": "qadu_icon.png",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://jira.tcsbank.ru/*"
      ],
      "js": [
        "addButton/scriptAddButton.js"
      ]
    },
    {
      "matches": [
        "*://www-qa4.tcsbank.ru/*",
        "*://jira.tcsbank.ru/*"
      ],
      "js": [
        "stickers/showSticker.js"
      ]
    },
    {
      "matches": [
        "*://jira.tcsbank.ru/*"
      ],
      "js": [
        "jiraBoard/scriptJiraBoard.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "tabs"
  ]
}