XING booster

XING booster

Makes the work with the new XING-profiles more efficient.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "XING booster",
  "version": "1.0.2",
  "manifest_version": 2,
  "description": "Makes the work with the new XING-profiles more efficient.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "page_action": {
    "default_icon": "icon.png"
  },
  "permissions": [
    "tabs",
    "https://www.xing.com/",
    "https://www.xing.de/"
  ],
  "web_accessible_resources": []
}