SmartWhois Launcher

SmartWhois Launcher

Performs a SmartWhois query on the current URL.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SmartWhois Launcher",
  "version": "1.30",
  "description": "Performs a SmartWhois query on the current URL.",
  "homepage_url": "https://www.tamos.com/products/smartwhois/",
  "applications": {
    "gecko": {
      "id": "{45925a5c-e3de-447f-bed2-ded87acae111}",
      "strict_min_version": "50.0"
    }
  },
  "icons": {
    "32": "icons/icon32x32.png",
    "48": "icons/icon48x48.png",
    "128": "icons/icon128x128.png"
  },
  "permissions": [
    "nativeMessaging",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "swlaunch.js"
    ]
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": "icons/icon48x48.png",
    "default_title": "Click to launch a SmartWhois query"
  }
}