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": "Indeed Country Switcher",
"description": "A browser extension that allows users to switch their country on Indeed job search platform.",
"author": "Tanzeel Ur Rehman",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": {
"32": "icon-32.png"
}
},
"icons": {
"128": "icon-128.png"
},
"permissions": [
"activeTab",
"storage",
"tabs"
],
"web_accessible_resources": [
{
"matches": [],
"resources": [
"icon-128.png",
"icon-32.png"
],
"use_dynamic_url": false
}
],
"version": "1.3.0"
}