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", "action": { "default_title": "Activate to open SiteLint panel" }, "author": "[email protected]", "background": { "service_worker": "service-worker.js", "type": "module" }, "content_scripts": [ { "js": [ "scripts\/custom-elements.min.js", "scripts\/browser\/content-script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "description": "Audit your website quality", "devtools_page": "devtools.html", "externally_connectable": { "ids": [ "mhlaeoadmofakihnohbcmojgihjjgihc" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, "homepage_url": "https:\/\/www.sitelint.com", "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "incognito": "split", "manifest_version": 3, "minimum_chrome_version": "99", "name": "SiteLint - Web Audit Tools", "permissions": [ "activeTab", "clipboardWrite", "debugger", "notifications", "scripting", "sidePanel" ], "side_panel": { "default_path": "sidepanel-global.html" }, "version": "1.0.071" }