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": "JobMonk - Autofill, Search & Track Job", "version": "2.0.1", "description": "Autofill Applications, Track and Manage Your Job Search in One Place.", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "service_worker": "background\/index.js", "type": "module" }, "action": { "default_title": "JobMonk", "default_popup": "pages\/popup\/index.html" }, "permissions": [ "tabs", "storage", "notifications", "webNavigation" ], "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content\/import-index.js" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "<all_urls>" ] }, "web_accessible_resources": [ { "resources": [ "assets\/*", "content\/app.js" ], "matches": [ "<all_urls>" ] }, { "resources": [ "chunks\/*-*.js", "content\/index.js" ], "matches": [ "<all_urls>" ] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtC96WCCfUXwXD\/9Kd4hL4xcYNIGOUYnB09itbAv\/lAL54b8BhbGzw1zKWeEFTkpdkiPFChGhsQmlkC4BstyO+0Dh57GTXv6wPQrcawvvSRvwxrHPHKAYIm0wW+2izZHs1jbnRs\/j1OOs5LadDK8MZn7NActnW0JSgwhDrdJHPLfpT9fEEP8jCdUcAahyz\/kDnP4r4VyiKFwmXDV3ZsCjeS5JL0lPwdWga59PJUGeZRavQNveLyY3XdhAGk52Sk5QBEq0VPHeTqyJxJFmNByrkXVuFCYMcH\/JI6\/zk9qsVsICIjHfTa76QQoB+OXFMj\/ZjrT9b9EhNFn03yiQzpaygQIDAQAB" }