PM2 for Trello

PM2 for Trello

PM2 for Trello, Cereated by the PM2 community.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PM2 for Trello",
  "short_name": "PM2 for Trello",
  "description": "PM2 for Trello, Cereated by the PM2 community.",
  "version": "1.11",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "64": "icon64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://trello.com/*"
      ],
      "js": [
        "scripts/jquery-2.1.4.min.js",
        "scripts/trelloprince2.js",
        "scripts/juration.js",
        "scripts/jquery.simplecolorpicker.js",
        "scripts/jquery.sortable.min.js",
        "scripts/xls/xlsx.core.min.js",
        "scripts/Blob.js",
        "scripts/FileSaver.min.js"
      ],
      "css": [
        "styles/trelloprince2.css",
        "styles/jquery.simplecolorpicker.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/duration-icon.png",
    "images/points-done.png",
    "images/trello-scrum-icon_12x12.png",
    "images/trello-scrum-icon_18x18.png",
    "images/updown.png",
    "scripts/injected.js",
    "templates/template.xlsx"
  ],
  "permissions": [
    "webRequest",
    "storage",
    "notifications",
    "tabs",
    "http://p24t.gear.host/",
    "https://trello.com/"
  ],
  "browser_action": {
    "default_icon": "icon48.png",
    "default_popup": "popup.html"
  }
}