Shuffle Jira quick filters and swimlanes

Shuffle Jira quick filters and swimlanes

Reads the div and shuffles all the child divs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shuffle Jira quick filters and swimlanes",
  "description": "Reads the div and shuffles all the child divs",
  "version": "1.5",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/shuffle.png",
      "32": "/images/shuffle.png",
      "48": "/images/shuffle.png",
      "128": "/images/shuffle.png"
    }
  },
  "icons": {
    "16": "/images/shuffle.png",
    "32": "/images/shuffle.png",
    "48": "/images/shuffle.png",
    "128": "/images/shuffle.png"
  }
}