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": "OptimAI", "version": "1.0.6", "description": "OptimAI generates engaging content, create persona replicas, and seamlessly manage your social media presence.", "host_permissions": [ "https:\/\/*.optimai.im\/*", "https:\/\/*.cloudflarestorage.com\/*" ], "permissions": [ "storage" ], "background": { "service_worker": "background.iife.js", "type": "module" }, "action": { "default_popup": "popup\/index.html", "default_icon": "icon-32.png" }, "icons": { "32": "icon-32.png", "128": "icon-128.png", "256": "icon-256.png" }, "content_scripts": [ { "matches": [ "*:\/\/app.optimai.im\/*", "*:\/\/localhost\/*" ], "js": [ "content\/index.iife.js" ] }, { "matches": [ "*:\/\/twitter.com\/*", "*:\/\/x.com\/*" ], "exclude_matches": [ "*:\/\/twitter.com\/i\/flow\/*", "*:\/\/x.com\/i\/flow\/*", "*:\/\/x.com\/i\/oauth2\/*" ], "js": [ "content-ui\/index.iife.js" ] }, { "matches": [ "*:\/\/twitter.com\/*", "*:\/\/x.com\/*" ], "exclude_matches": [ "*:\/\/twitter.com\/i\/flow\/*", "*:\/\/x.com\/i\/flow\/*", "*:\/\/x.com\/i\/oauth2\/*" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "*.svg", "icon-256.png", "icon-128.png", "icon-32.png" ], "matches": [ "*:\/\/*\/*" ] } ] }