Find People Search

Find People Search

Highlight any name in your browser and get instant free information about that person while staying on the page you're visiting!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Find People Search",
  "version": "1.0.8",
  "description": "Highlight any name in your browser and get instant free information about that person while staying on the page you're visiting!",
  "author": "Find People Search",
  "icons": {
    "16": "image/icon16.png",
    "32": "image/icon32.png",
    "48": "image/icon48.png",
    "128": "image/icon128.png"
  },
  "background": {
    "permissions": [
      "https://jstest.authorize.net/"
    ],
    "scripts": [
      "js/config.js",
      "js/background.js",
      "js/platform-background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "16": "image/icon16.png",
      "20": "image/icon20.png",
      "32": "image/icon32.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/config.js",
        "js/platform-content.js",
        "js/content.js"
      ]
    }
  ],
  "permissions": [
    "contextMenus",
    "https://www.findpeoplesearch.com/*",
    "http://dev.findpeoplesearch.com/*"
  ],
  "web_accessible_resources": [
    "*.html",
    "image/*"
  ]
}