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": "Resumaid Pro", "description": "Resumaid Pro", "version": "1.0.14", "action": { "default_popup": "index.html", "default_icon": { "16": "icons\/iconi16.png", "32": "icons\/iconi32.png", "48": "icons\/iconi48.png", "128": "icons\/iconi128.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "host_permissions": [ "https:\/\/www.indeed.com\/*", "https:\/\/www.linkedin.com\/*", "https:\/\/www.glassdoor.com\/*", "https:\/\/www.monster.com\/*", "https:\/\/www.simplyhired.com\/*", "https:\/\/www.careerbuilder.com\/*", "https:\/\/www.ziprecruiter.com\/*", "https:\/\/www.snagajob.com\/*", "https:\/\/www.flexjobs.com\/*", "https:\/\/www.dice.com\/*", "https:\/\/www.theladders.com\/*", "https:\/\/www.themuse.com\/*" ], "permissions": [ "activeTab", "scripting", "tabs", "storage" ], "background": { "service_worker": "service_worker.js", "type": "module" } }