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": "reStylist \u2013 Free AI Virtual Try On \ud83d\udc57", "version": "1.6", "description": "Try clothes on your photo before you shop. Works with all your favorite brands like H&M, Zara, and more. Powered by AI, 100% Free!", "permissions": [ "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/kwai-kolors-kolors-virtual-try-on.hf.space\/*", "https:\/\/api.openai.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "logo.png", "48": "logo.png", "128": "logo.png" } }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ] }