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": "Blacklist AI - Autofill Job Applications", "version": "3.0", "description": "Autofills Job Applications using AI", "permissions": [ "storage", "activeTab", "identity", "sidePanel", "storage" ], "host_permissions": [ "https:\/\/*.googleapis.com\/*", "https:\/\/firebasestorage.googleapis.com\/*" ], "action": { "default_icon": "blacklistlogo.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "resumes\/*" ], "matches": [ "<all_urls>" ], "all_frames": true } ], "side_panel": { "default_path": "panel.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "oauth2": { "client_id": "116010104687-saahq3s4g1gcvsbrlmba6h1i23g2i9d4.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } }