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": "Superdesign",
"version": "1.0.0",
"description": "Clone any website & UI component with 100% pixel-perfect accuracy for coding agent",
"homepage_url": "https:\/\/app.superdesign.dev\/privacy-policy",
"permissions": [
"activeTab",
"webRequest",
"scripting",
"storage"
],
"host_permissions": [
"<all_urls>",
"https:\/\/ui2web.onrender.com\/*",
"https:\/\/app.superdesign.dev\/*",
"https:\/\/api.superdesign.dev\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/app.superdesign.dev\/*"
]
},
"background": {
"service_worker": "background\/service-worker.js"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
},
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"content\/*",
"lib\/*",
"core\/*",
"config\/*"
],
"matches": [
"<all_urls>"
]
}
]
}