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": "Domain Age Checker",
"version": "1.0",
"description": "Check domain age, expiry date, registrar and renewal date.",
"permissions": [
"tabs",
"activeTab"
],
"host_permissions": [
"https:\/\/rdap.org\/*",
"https:\/\/jsonwhoisapi.com\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
}
}