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": "SVGify - PNG to SVG Converter",
"short_name": "SVGify",
"version": "2.0.0",
"description": "Convert JPG, PNG, BMP to SVG vector with high-quality results using advanced vectorization.",
"permissions": [
"storage"
],
"action": {
"default_icon": {
"16": "icons\/banana.png",
"48": "icons\/banana.png",
"128": "icons\/banana.png"
},
"default_title": "SVGify - Convert Image to SVG"
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/banana.png",
"48": "icons\/banana.png",
"128": "icons\/banana.png"
},
"author": "SVGify Team",
"homepage_url": "https:\/\/github.com\/yourusername\/svgify",
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"libs\/*.wasm",
"libs\/*.js"
],
"matches": [
"<all_urls>"
],
"extension_ids": [
"*"
]
}
]
}