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",
"name": "Web Capture - HTML to React with MagicPath",
"description": "Capture elements from the web. Convert elements into interactive React components and edit manually or with AI on a canvas.",
"version": "1.0.0",
"manifest_version": 3,
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icons\/icon-16.png",
"24": "icons\/icon-24.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
},
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"injected\/contentScript.js"
],
"run_at": "document_idle"
}
],
"permissions": [
"storage",
"activeTab",
"clipboardWrite"
],
"background": {
"service_worker": "service-worker.js"
},
"externally_connectable": {
"matches": [
"https:\/\/magicpath.ai\/*",
"https:\/\/*.magicpath.ai\/*"
]
},
"env": {
"API_URL": "https:\/\/api.magicpath.ai",
"WEB_URL": "https:\/\/www.magicpath.ai"
},
"web_accessible_resources": [
{
"resources": [
"injected\/selectionOverlay.css",
"injected\/newExtractor.js",
"injected\/StyleExtractor.js"
],
"matches": [
"<all_urls>"
]
}
]
}