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": "AiApply", "description": "AiApply Interview Buddy", "version": "2.1.14", "manifest_version": 3, "minimum_chrome_version": "108", "background": { "service_worker": "scripts\/background.js" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'", "worker-src": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*", "https:\/\/zoom.us\/*", "https:\/\/*.zoom.us\/*", "https:\/\/teams.live.com\/*", "https:\/\/teams.microsoft.com\/*", "https:\/\/*.webex.com\/*", "https:\/\/*.aiapply.co\/*" ], "run_at": "document_end", "js": [ "scripts\/common\/constants.js", "scripts\/common\/storage.js", "scripts\/common\/assets.js", "scripts\/common\/dom.js", "scripts\/common\/message.js", "scripts\/common\/resource.js", "scripts\/modules\/app.js", "scripts\/modules\/ui.js", "scripts\/modules\/notification.js", "scripts\/modules\/meeting\/meeting.js", "scripts\/modules\/meeting\/stream.js", "scripts\/modules\/meeting\/helper.js", "scripts\/modules\/meeting\/zoom.js", "scripts\/modules\/meeting\/google-meet.js", "scripts\/modules\/meeting\/teams.js", "scripts\/modules\/meeting\/webex.js", "scripts\/libs\/dayjs-1.11.11.min.js", "scripts\/libs\/downloadjs-1.4.8.min.js", "scripts\/content.js" ], "css": [ "styles\/content.css" ], "exclude_matches": [ "https:\/\/meet.google.com\/", "https:\/\/zoom.us\/", "https:\/\/*.zoom.us\/", "https:\/\/teams.live.com\/", "https:\/\/teams.microsoft.com\/", "https:\/\/*.webex.com\/" ] } ], "permissions": [ "storage", "tabs", "tabCapture", "activeTab", "offscreen", "cookies" ], "host_permissions": [ "https:\/\/*.aiapply.co\/*", "https:\/\/interview-buddy-dummy-main-site.test\/*" ], "options_ui": { "page": "\/htmls\/options.html", "open_in_tab": true }, "action": { "default_title": "Interview Copilot", "default_popup": "\/htmls\/popup.html", "default_icon": { "16": "icons\/16x.png", "32": "icons\/32x.png", "48": "icons\/48x.png", "128": "icons\/128x.png" } }, "icons": { "16": "icons\/16x.png", "32": "icons\/32x.png", "48": "icons\/48x.png", "128": "icons\/128x.png" }, "web_accessible_resources": [ { "resources": [ "scripts\/*.js", "styles\/*.css", "icons\/*.png", "images\/*.png" ], "matches": [ "https:\/\/meet.google.com\/*", "https:\/\/zoom.us\/*", "https:\/\/*.zoom.us\/*", "https:\/\/teams.live.com\/*", "https:\/\/teams.microsoft.com\/*", "https:\/\/*.webex.com\/*", "https:\/\/*.aiapply.co\/*" ] } ], "author": "hello@aiapply.co" }