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": "ZappyApply - Automated Job Applications", "version": "0.0.0.3", "description": "Automates job application process. Save time and increase your chances of landing your dream job.", "permissions": [ "storage", "tabs" ], "host_permissions": [ "https:\/\/*.linkedin.com\/*", "https:\/\/zappyapply.com\/*", "http:\/\/localhost:3000\/*", "http:\/\/localhost:8000\/*", "http:\/\/localhost:8080\/*" ], "externally_connectable": { "matches": [ "https:\/\/zappyapply.com\/*", "http:\/\/localhost:3000\/*", "http:\/\/localhost:8000\/*", "http:\/\/localhost:8080\/*" ], "ids": [ "*" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": [], "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "scanning.js", "content.js" ] } ], "background": { "service_worker": "background.js" } }