{
    "manifest_version": 3,
    "name": "FlowPlater DOM Highlighter",
    "description": "Highlights any FlowPlater helper tags in the DOM tree in the Webflow Designer.",
    "version": "1.1",
    "permissions": [
        "storage",
        "*://*.design.webflow.com/*",
        "*://*.webflow.com/design/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*://*.design.webflow.com/*",
                "*://*.webflow.com/design/*"
            ],
            "js": ["jquery-3.7.1.min.js", "extension.js"]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons/icon16.png",
            "48": "icons/icon48.png",
            "128": "icons/icon128.png"
        }
    },
    "icons": {
        "16": "icons/icon16.png",
        "48": "icons/icon48.png",
        "128": "icons/icon128.png"
    }
}
