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": "FlowLint - n8n Workflow Auditor",
"description": "Static analysis and security check for n8n workflows.",
"version": "0.15.2",
"action": {
"default_icon": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
}
},
"permissions": [
"storage",
"activeTab",
"scripting",
"clipboardRead"
],
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/overlay.tsx-loader-Bnf10eOd.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"icon-32.png",
"assets\/triangle-alert-Ckmg8LZa.js",
"assets\/triangle-alert-Ckmg8LZa.js.map",
"assets\/overlay.tsx-D3GzutU9.js",
"assets\/overlay.tsx-D3GzutU9.js.map"
],
"use_dynamic_url": false
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
}
}