Backlog Autofilter

Backlog Autofilter

Autofilter UI for Backlog

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Backlog Autofilter",
  "version": "1.2.5",
  "icons": {
    "48": "icons/af48.png",
    "128": "icons/af128.png"
  },
  "description": "Autofilter UI for Backlog",
  "manifest_version": 2,
  "content_scripts": [
    {
      "exclude_globs": [],
      "include_globs": [],
      "css": [
        "autofilter.css",
        "jscalendar/calendar-blue.R20110417_3.css",
        "jquery.jqplot.css"
      ],
      "js": [
        "script.js",
        "jquery.js",
        "jquery.jqplot.js",
        "jqplot.pieRenderer.js",
        "jscalendar/calendar.R20110417_3.js",
        "jscalendar/calendar-setup.R20110417_3.js",
        "jscalendar/calendar-en.R20110417_3.js",
        "jscalendar/calendar-ja.R20110417_3.js"
      ],
      "matches": [
        "https://*.backlog.jp/Find*",
        "https://*.backlog.jp/find/*"
      ]
    }
  ]
}