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": "CareerBagel - Autofill Job Applications and Tracker", "version": "0.0.1", "description": "Turn hours into minutes. Our extension helps you apply to more jobs with less effort. Fill forms faster, apply more, stress less.", "background": { "service_worker": "background.js" }, "icons": { "48": "favicon.png" }, "side_panel": { "default_path": "index.html" }, "action": { "default_title": "Click to open panel" }, "permissions": [ "sidePanel", "tabs", "activeTab", "scripting", "cookies" ], "host_permissions": [ "<all_urls>" ] }