Kanban issue ordering for Zoho

Kanban issue ordering for Zoho

Adds Kanban issue ordering to your Zoho

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kanban issue ordering for Zoho",
  "version": "1.2",
  "description": "Adds Kanban issue ordering to your Zoho",
  "content_scripts": [
    {
      "matches": [
        "https://projects.zoho.com/portal/*"
      ],
      "js": [
        "jquery-2.1.4.min.js",
        "jquery-ui.min.js",
        "zohoordering.js"
      ]
    }
  ],
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "zoho-ordering-icon_16x16.png",
      "24": "zoho-ordering-icon_24x24.png",
      "32": "zoho-ordering-icon_32x32.png"
    }
  },
  "icons": {
    "16": "zoho-ordering-icon_16x16.png",
    "48": "zoho-ordering-icon_48x48.png",
    "128": "zoho-ordering-icon.png"
  }
}