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", "version": "1.0.0", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage", "identity", "webRequest" ], "host_permissions": [ "*:\/\/aijobmatch.extensionsbox.com\/*", "*:\/\/*.linkedin.com\/*" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_popup": "popup.html", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "content_scripts": [ { "matches": [ "*:\/\/aijobmatch.extensionsbox.com\/*", "*:\/\/*.linkedin.com\/*" ], "js": [ "contentScript.js" ], "css": [ "style.css" ], "run_at": "document_end", "all_frames": false } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApA494q6N5M8n4n\/XoADBDCeepCDpk0xE\/StyiVBeP0gEpXVy1zrcirCj6XCz9n8kXsWacb5gNfHQ2j7L\/XUbJCh9wWyZKVwwNGFe6SEitKQ4YzjDZc8nttR2pRjh8fTWoWk9NjqK8cti5QWdjl\/B3ch0aj6QyGRPSq\/KiFgCH3\/0xJzuomUIIy3FSXZCayVBaqMQikKBaIFIG\/Z\/1rGRsMccjypavMruCyrl4p+evdJnRcyXZJkmKyxH\/XnifLLUDB6A3aZNlc1r1hrFR+Yf6mBU6ZA882PuODpSGoWxV7\/BqaJQYQ0bnIB99E9BWq68B089pBCWFrcpPrLKVhUaZQIDAQAB", "oauth2": { "client_id": "543298005409-jea8frn28me5nn8ikl0rrrb5jlu9v1ps.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "libs\/*", "injected.js" ], "matches": [ "<all_urls>" ] } ] }