Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AI Code Generator", "manifest_version": 3, "version": "1.0.2", "description": "Using AI technology, convert screenshots, design drafts, and prompts into front-end code(HTML\/Tailwind\/React\/Vue\/Bootstrap\/Ionic).", "permissions": [ "storage", "identity", "identity.email" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_title": "Click to open panel", "default_icon": { "16": "src\/assets\/16.png", "48": "src\/assets\/48.png", "128": "src\/assets\/128.png" } }, "icons": { "16": "src\/assets\/16.png", "48": "src\/assets\/48.png", "128": "src\/assets\/128.png" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "src\/assets\/128.png" ], "use_dynamic_url": true } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" } }