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": "Grok Flux Ai Image Generator", "description": "Like Grok AI, generate high-quality images using multiple Flux AI models.", "version": "1.0.0", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": [], "options_page": "index.html", "content_scripts": [ { "js": [ "assets\/content.js-loader-B2Jq8Wny.js" ], "matches": [ "https:\/\/grokimage.pro\/*" ] } ], "icons": { "16": "src\/assets\/16.png", "19": "src\/assets\/19.png", "38": "src\/assets\/38.png", "48": "src\/assets\/48.png", "128": "src\/assets\/128.png" }, "permissions": [ "tabs" ], "web_accessible_resources": [ { "matches": [ "https:\/\/grokimage.pro\/*" ], "resources": [ "assets\/content.js-CKF5YxjJ.js" ], "use_dynamic_url": true } ] }