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", "name": "Ghost Bad Jobs: Linkedin & Indeed", "version": "2.0", "description": "Verify jobs before you submit an application.", "manifest_version": 3, "icons": { "16": "images\/ghost-16.png", "32": "images\/ghost-32.png", "48": "images\/ghost-48.png", "128": "images\/ghost-128.png" }, "permissions": [ "tabs", "scripting" ], "host_permissions": [ "https:\/\/ghostbadjobs.com\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/*.indeed.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/*.linkedin.com\/jobs\/search\/*", "*:\/\/*.linkedin.com\/jobs\/collections\/*" ], "js": [ ".\/contents\/linkedin.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.indeed.com\/*", "*:\/\/*.indeed.com\/jobs*" ], "js": [ ".\/contents\/indeed.js" ] } ], "browser_specific_settings": { "gecko": { "id": "{daf44bf7-a45e-4350-279c-91cf07434c3d}" } }, "web_accessible_resources": [ { "resources": [ "data\/staffingAgency.json", "images\/icons8-ghost-30.png", "images\/glassdoor.png" ], "matches": [ "<all_urls>" ] } ] }