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.3.7", "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", "idle", "scripting", "alarms" ], "host_permissions": [ "https:\/\/bolt.new\/*", "https:\/\/api.github.com\/*", "https:\/\/bolt2github.com\/*", "https:\/\/www.google-analytics.com\/*", "https:\/\/gapvjcqybzabnrjnxzhg.supabase.co\/*" ], "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\/FilePreviewService-93ac5584.css", "assets\/index-47d2806a.css" ] }, { "js": [ "assets\/WelcomePageContentScript.ts-loader-e0924140.js" ], "matches": [ "https:\/\/bolt2github.com\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "matches": [ "https:\/\/bolt.new\/*" ], "resources": [ "assets\/*.js", "assets\/*.css", "content\/*.js", "src\/content\/*.js", "assets\/logger-c2ea61c6.js", "assets\/index-1edae14d.js", "assets\/input-020f038f.js", "assets\/FilePreviewService-8f4613c9.js", "assets\/settings-6ede7f58.js", "assets\/pushStatistics-4b941186.js", "assets\/SupabaseAuthService-b685af06.js", "assets\/GitHubCacheService-8b79fdfa.js", "content\/content.js" ], "use_dynamic_url": false }, { "matches": [ "<all_urls>" ], "resources": [ "src\/pages\/*.html", "pages\/*.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/bolt2github.com\/*" ], "resources": [ "assets\/logger-c2ea61c6.js", "assets\/WelcomePageContentScript.ts-fd536d5b.js" ], "use_dynamic_url": false } ], "externally_connectable": { "matches": [ "https:\/\/bolt2github.com\/*" ] } }