DNSSEC Validator

DNSSEC Validator

Shows DNSSEC status

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "default_locale": "en",
  "author": "CZ.NIC Labs",
  "description": "Shows DNSSEC status",
  "icons": {
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "name": "DNSSEC Validator",
  "short_name": "DNSSEC",
  "options_page": "options.html?4,0,217.31.204.130",
  "page_action": {
    "default_icon": "dnssec_init.png",
    "default_title": "DNSSEC Validator",
    "popup": "popup.html"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "18",
  "permissions": [
    "tabs",
    "webRequest",
    "nativeMessaging",
    "*://*/*"
  ],
  "version": "2.2.0.3"
}