Who is Lookup

Who is Lookup

Domain data at your fingertips. Provided by Name.com. Coded by github.com/fayaz-bakhsh.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon48.png",
    "default_title": "Who is Lookup"
  },
  "description": "Domain data at your fingertips. Provided by Name.com. Coded by github.com/fayaz-bakhsh.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Who is Lookup",
  "permissions": [
    "tabs"
  ],
  "version": "1.0.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}