Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "SSL Checker - cmlabs SEO Tools",
"description": "Check whether the SSL (Secure Socket Layer) certificate on your web server is installed correctly and is valid. Try now!",
"version": "1.0.1",
"author": "Developer from cmlabs",
"action": {
"default_popup": "views\/index\/index.html"
},
"icons": {
"16": "assets\/images\/icon-ssl-checker.png",
"32": "assets\/images\/icon-ssl-checker.png",
"48": "assets\/images\/icon-ssl-checker.png",
"128": "assets\/images\/icon-ssl-checker.png"
},
"background": {
"service_worker": "service_worker\/background.js",
"type": "module"
},
"permissions": [
"activeTab",
"tabs",
"commands",
"storage"
]
}