ITWorx BugBase Plus

ITWorx BugBase Plus

Enhance ITWorx BugBase Styling and Performance.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ITWorx BugBase Plus",
  "version": "1.6",
  "manifest_version": 2,
  "description": "Enhance ITWorx BugBase Styling and Performance.",
  "short_name": "BB-Plus",
  "icons": {
    "128": "img/icon_128.png"
  },
  "author": "Anas Tawfeek",
  "background": {
    "persistent": false,
    "scripts": [
      "js/jquery.min.js",
      "js/bg.js"
    ]
  },
  "web_accessible_resources": [
    "img/icon_128.png"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://bugbase.itworx.com/*"
      ],
      "css": [
        "css/style.css"
      ],
      "js": [
        "js/jquery.min.js",
        "js/fancybox.js",
        "js/scripts.js"
      ]
    }
  ],
  "permissions": [
    "http://bugbase.itworx.com/",
    "tabs",
    "activeTab"
  ],
  "browser_action": {
    "default_title": "",
    "default_icon": "img/icon_128.png",
    "default_popup": "index.html"
  }
}