Kontakter

Kontakter

No two people are more than six degrees apart - Kontakter helps you find contact information for all of them.

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_extName__",
  "description": "__MSG_extDesc__",
  "author": "validio GmbH & Co. KG",
  "version": "0.2.5",
  "default_locale": "de",
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "page_action": {
    "default_icon": {
      "19": "img/icon_19_bw.png",
      "38": "img/icon_38_bw.png"
    },
    "default_title": "__MSG_extName__"
  },
  "background": {
    "scripts": [
      "eventPage.js"
    ],
    "persistent": false
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "webNavigation",
    "tabs",
    "storage"
  ]
}