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": "Web Reveal \u2013 Advanced Site Technology & Hosting Detector",
"description": "Instantly discover what any website is built with - detect CMS, frameworks, plugins, analytics tools, server hints, and more.",
"version": "2.3",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "Web Reveal"
},
"permissions": [
"activeTab",
"storage",
"webRequest",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"techDetector.js",
"content.js"
],
"run_at": "document_idle"
}
],
"background": {
"service_worker": "background.js"
},
"author": "Web Reveal App",
"homepage_url": "https:\/\/serphits.com",
"minimum_chrome_version": "114"
}