Async Planning Poker for Jira

Async Planning Poker for Jira

Async Planning Poker for Jira

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "description": "__MSG_extDescription__",
  "manifest_version": 3,
  "version": "1.3.2",
  "default_locale": "en",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.content.js.dbe57dcd.1e31b52b.js"
      ],
      "matches": [
        "https://*.atlassian.net/*"
      ],
      "run_at": "document_start",
      "css": [
        "assets/content.js.e1da692a.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.atlassian.net/*"
      ],
      "resources": [
        "assets/content.js.dbe57dcd.js"
      ],
      "use_dynamic_url": true
    }
  ]
}