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",
"name": "__MSG_showTitle__",
"description": "__MSG_showSummary__",
"version": "1.3.2",
"manifest_version": 3,
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArIQ0jGJkO\/7UYmUleJ6K+AUa0SabO+bBFipWiSfrTvp33yh837MkJ0TvyDBkJH11qiT+SOMsIuD3Ln7RfpOOwBpuIrlTZ7bYPb5RzUUluJ5tbO2pv6wDtMUi9\/NUPdsdMvB5k5MGJOqovdWjjrbZxpEPltXlCnrk4fNoKlcHDFon1KLXGwhTozCheHkbaajiL6QT6JGFVYqGmbqRTMUJb4q4Q6Z1OYwlxYrUAOgZ7MqSE2Aasl67XFMAzHSOOnl+Hwg\/kz4XT9BpHV+6IeHPI2hcFMEcAnNAb71tcXis01eL+XHbi+0gu0HJorbSmDWmPwey9rxwIgTGPThvJLKlHwIDAQAB",
"homepage_url": "https:\/\/indeedjobscraper.com",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icons\/48.png"
},
"background": {
"service_worker": "background\/b.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.indeed.com\/*"
],
"js": [
"cs\/cs.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/*",
"img\/*",
"js\/*"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage"
]
}