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", "name": "Inba.AI: Manages your email", "version": "1.9.5", "description": "Make your inbox work for you", "homepage_url": "https:\/\/inba.ai", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "content.bundle.js", "reactApp.bundle.js" ], "css": [ "style.css" ], "run_at": "document_idle", "all_frames": false }, { "matches": [ "http:\/\/localhost:3001\/transfer-token*", "https:\/\/localhost:3001\/transfer-token*", "*:\/\/*.inba.ai\/transfer-token*" ], "js": [ "token-content.bundle.js" ], "run_at": "document_start", "all_frames": true } ], "options_ui": { "page": "options\/options.html", "browser_style": false, "open_in_tab": true }, "permissions": [ "storage", "declarativeContent" ], "externally_connectable": { "matches": [ "http:\/\/localhost:3001\/*", "https:\/\/localhost:3001\/*", "https:\/\/*.inba.ai\/*" ] }, "action": { "default_icon": { "16": "icons\/inba.png", "32": "icons\/[email protected]" }, "default_popup": "popup\/popup.html", "show_matches": [ "*:\/\/mail.google.com\/*" ] }, "icons": { "16": "icons\/inba.png", "32": "icons\/[email protected]", "48": "icons\/[email protected]", "128": "icons\/[email protected]" }, "web_accessible_resources": [ { "resources": [ "assets\/*.svg" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "manifest_version": 3 }