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": "WorkUp Autofill Application", "version": "1.0.2", "description": "Save time and ensure accuracy by autofilling for job applications and more!.", "permissions": [ "activeTab", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "index.html", "default_icon": { "50": "assets\/favicon.png" } }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "excludes": [ "meet.google.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/logo-main.svg" ], "matches": [ "<all_urls>" ] } ] }