 
                             
                            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": "Analyze this page with SiteLint"
    },
    "author": "[email protected]",
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'none';"
    },
    "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",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "debugger",
        "notifications",
        "scripting",
        "sidePanel",
        "storage"
    ],
    "side_panel": {
        "default_path": "sidepanel-global.html"
    },
    "version": "1.0.0136"
}