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.1", "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" ], "host_permissions": [ "*:\/\/indeedreviewsextractor.extensionsbox.com\/*", "*:\/\/*.indeed.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": [ "*:\/\/*.indeed.com\/*" ], "js": [ "contentScript.js" ], "css": [ "style.css" ], "run_at": "document_end", "all_frames": false } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1nelTVqTIihYs70dHYs9WUpaaVzUI22Sn\/8kefWF5PTRxRhvTGuMkhk8aPA05YpZ1qx3V823ZvKSdWeH9YCIt0DOstPSrFCZTQrsuGuu4sro66V2dhYCjFpD4NgPaM5BwhAN97kvlXVJHW+9NNJ2OaeqGjtDGKU2w5VvdRhilTVLwWU9\/Tz+4LkTQBW7Nc2IwcbqH6+xL0nY4qCB7C9eYutyY7SaegtI51FrRELiJNXi51pmuguRMVlR0PlrH8d6YJ\/KQF1JSsYbONytqQOZd19mn6CD4qnKLfFDi5RaCqd\/sxApSoiJAbarz0E+rJcXRQkP1RzrakACHTCT7F2+KQIDAQAB", "oauth2": { "client_id": "96049516061-pq6f3tqqh0nof2tnenlj5sl14m9o6r5n.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>" ] } ] }