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": "Instahyre Auto-Apply", "version": "1.2", "description": "Automatically applies to jobs on Instahyre with user control", "content_scripts": [ { "matches": [ "https:\/\/www.instahyre.com\/*" ], "js": [ "content-script.js" ], "css": [ "content-style.css" ], "run_at": "document_end" } ], "icons": { "128": "images\/logo.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.instahyre.com\/*" ], "action": { "default_icon": { "128": "images\/logo.png" }, "default_title": "Instahyre Auto-Apply", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" } }