Find on XING

Find on XING

Find contacts fast and comfortably on XING.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "short_name": "__MSG_shortName__",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "version": "0.0.0.5",
  "manifest_version": 2,
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "find_on_xing_16x16.png",
    "48": "find_on_xing_48x48.png",
    "96": "find_on_xing_96x96.png",
    "128": "find_on_xing_128x128.png"
  },
  "background": {
    "scripts": [
      "main.js"
    ]
  }
}