Whoisology

Whoisology

Fetch data of current website from whoisology.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Whoisology",
  "short_name": "Whoisology",
  "description": "Fetch data of current website from whoisology.com",
  "version": "0.1.2",
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "index.html",
    "default_title": "Fetch whois"
  },
  "permissions": [
    "activeTab",
    "https://whoisology.com/"
  ],
  "web_accessible_resources": [
    "images/icon.png"
  ]
}