SSL Checker

SSL Checker

See all information about current visited website SSL certificate

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SSL Checker",
  "description": "See all information about current visited website SSL certificate ",
  "version": "0.3",
  "browser_action": {
    "default_icon": "ssl32.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "ssl16.png",
    "32": "ssl32.png",
    "48": "ssl48.png",
    "128": "ssl128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "https://www.sslchecker.com/"
  ]
}