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": "Startup Jobs - Application Autofill \u26a1", "version": "1.0.0", "description": "Lightning-fast AI autofill for startup job applications on Wellfound.com and WorkAtAStartup.com", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/wellfound.com\/*", "https:\/\/workatastartup.com\/*", "https:\/\/boards.greenhouse.io\/*", "https:\/\/job-boards.greenhouse.io\/*", "https:\/\/*.greenhouse.io\/*" ], "action": { "default_popup": "popup.html", "default_title": "Startup Jobs - Application Autofill \u26a1" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/wellfound.com\/*", "https:\/\/workatastartup.com\/*", "https:\/\/www.workatastartup.com\/*", "https:\/\/boards.greenhouse.io\/*", "https:\/\/job-boards.greenhouse.io\/*", "https:\/\/*.greenhouse.io\/*", "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "config.js", "scrapers\/wellfoundScraper.js", "scrapers\/workAtStartupScraper.js", "scrapers\/greenhouseScraper.js", "scrapers\/genericScraper.js", "scrapers\/scraperRegistry.js", "contentScript.js" ] }, { "matches": [ "https:\/\/boards.greenhouse.io\/*", "https:\/\/job-boards.greenhouse.io\/*", "https:\/\/*.greenhouse.io\/*" ], "js": [ "iframeHelper.js" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "sidebar.html", "sidebar.css", "sidebar.js" ], "matches": [ "https:\/\/wellfound.com\/*", "https:\/\/workatastartup.com\/*", "https:\/\/www.workatastartup.com\/*", "https:\/\/boards.greenhouse.io\/*", "https:\/\/job-boards.greenhouse.io\/*", "https:\/\/*.greenhouse.io\/*", "https:\/\/*\/*", "http:\/\/*\/*" ] } ] }