Business Investigator

Business Investigator

Explore the business behind the website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Business Investigator",
  "version": "0.0.5",
  "description": "Explore the business behind the website.",
  "author": "OpenDiscovery",
  "icons": {
    "16": "icons/blue16.png",
    "48": "icons/blue48.png",
    "128": "icons/blue128.png"
  },
  "permissions": [
    "tabs",
    "webRequest",
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "19": "icons/grey19.png",
      "38": "icons/grey38.png"
    },
    "default_title": "Business Investigator",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "lru.js",
      "validator.js",
      "background.js"
    ],
    "persistent": true
  },
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html"
  },
  "homepage_url": "https://www.opendiscovery.biz"
}