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": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "2.14.1", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_locale": "en", "host_permissions": [ "https:\/\/v0.dev\/*", "https:\/\/bolt.new\/*", "https:\/\/www.recraft.ai\/*", "https:\/\/api.recraft.ai\/*", "https:\/\/elevenlabs.io\/*", "https:\/\/api.us.elevenlabs.io\/*" ], "optional_host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "storage", "webRequest", "contextMenus", "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Default Popup Title", "default_popup": "popup.html" } }