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": "Bolt to GitHub", "version": "1.1.1", "description": "Automatically process your Bolt project zip files and upload them to your GitHub repository.", "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "permissions": [ "storage", "activeTab", "tabs" ], "host_permissions": [ "https:\/\/bolt.new\/*", "https:\/\/api.github.com\/*" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "src\/popup\/index.html", "default_icon": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" } }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-a52dfbf7.js" ], "matches": [ "https:\/\/bolt.new\/*" ], "run_at": "document_start", "css": [ "assets\/index-f19c58e5.css" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/bolt.new\/*" ], "resources": [ "assets\/settings-1ad51889.js", "assets\/index-eea65b1c.js", "content\/content.js" ], "use_dynamic_url": false } ] }