XING Notifications

XING Notifications

Get notifications for the latest updates on XING.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extTitle__",
  "version": "2.0.0",
  "default_locale": "de",
  "author": "xing",
  "description": "__MSG_extDescription__",
  "icons": {
    "48": "xing-38-2x.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.xing.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "cookies",
    "https://www.xing.com/",
    "https://www.xing.com/app_stats/my_xing"
  ],
  "browser_action": {
    "default_icon": {
      "16": "xing-38-2x.png",
      "32": "xing-38-2x.png"
    }
  }
}