SSL Checker by SSLHub.store

SSL Checker by SSLHub.store

Swiftly diagnose, validate, and fix SSL issues for web security! Explore SSL Checker by SSLHub for rapid certificate analysis.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SSL Checker by SSLHub.store",
  "description": "Swiftly diagnose, validate, and fix SSL issues for web security! Explore SSL Checker by SSLHub for rapid certificate analysis.",
  "version": "1.0.1",
  "permissions": [
    "activeTab",
    "scripting",
    "tabs"
  ],
  "icons": {
    "16": "images/logo-shield-16.png",
    "19": "images/logo-shield-19.png",
    "32": "images/logo-shield-32.png",
    "48": "images/logo-shield-48.png",
    "128": "images/logo-shield-128.png"
  },
  "action": {},
  "background": {
    "service_worker": "js/background.js"
  },
  "host_permissions": [
    "*://*.sslhub.store/*",
    "*://ext.sslhub.store/"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "popup.html"
      ],
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "inject.js",
        "app.js"
      ]
    }
  ]
}