Examine source code of AgileFlow.pro - Scrum poker

Inspect and view changes in AgileFlow.pro - Scrum poker 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",
  "short_name": "AgileFlow.pro",
  "name": "AgileFlow.pro - Scrum poker",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "AgileFlow"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "version": "1.0.7",
  "author": "Volodymyr Golosay",
  "description": "AgileFlow.pro JIRA integration plugin. Create planning room with selected issues from your JIRA backlog page.",
  "icons": {
    "16": "logo-16.png",
    "32": "logo-32.png",
    "48": "logo-48.png",
    "128": "logo-128.png"
  }
}