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": "Supercharge for Bolt.new", "version": "1.4.0", "description": "Enhance your Bolt experience with additional features", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsAJhFwNUEISVwW5dnBTIgKylHHoXNq+WgmGrGHw6YIf1JqRbBEUI4Elp6SO\/Awt6oUyCvT+Jx8DMcgamlBQ5n7X5Nn7CYr4l21Zeew\/kC4VgMO8+1MHzlm1AglEt2hfTDcJEAualAttS4bxx4NbSeQUh80F7PEzfqSJwXom9uwY3qb2E96+mqQ3Oivvw9h7yYhtg1RPMVMTK\/dS7AUS865DSE0hnXpoHEPo0RfFwvPByo1dcH5D8wCuobW9TDYosqLZvH0sHyTWtjvMI5fj7qx4AqkpsXlhFOgdIL7bskz5DUrmbkdWR6GL5kkhlc2lPvq8OUwOj170Qi1d\/EmPoDwIDAQAB", "permissions": [ "storage", "cookies", "activeTab", "scripting", "alarms", "tabs", "webNavigation", "favicon" ], "host_permissions": [ "https:\/\/bolt.new\/*", "https:\/\/*.bolt.new\/*", "https:\/\/*.local-credentialless.webcontainer-api.io\/*", "https:\/\/*.bolt.ai\/*", "https:\/\/*.bolt.diy\/*", "https:\/\/*.bolt.dev\/*", "https:\/\/21st.dev\/*", "https:\/\/content-webcontainer.io\/*", "https:\/\/content.webcontainer.io\/*" ], "content_scripts": [ { "matches": [ "https:\/\/bolt.new\/*", "https:\/\/*.bolt.new\/*" ], "js": [ "content.js" ], "css": [ "assets\/styles.css" ], "all_frames": true, "run_at": "document_end" } ], "background": { "service_worker": "background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "iframe-script.js", "assets\/*", "_favicon\/*" ], "matches": [ "https:\/\/bolt.new\/*", "*:\/\/*.bolt.new\/*", "*:\/\/*.local-credentialless.webcontainer-api.io\/*" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'", "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; worker-src 'self'" } }