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",
"permissions": [
"declarativeNetRequestWithHostAccess",
"cookies",
"storage",
"contextMenus"
],
"host_permissions": [
"https:\/\/www.google.com\/",
"https:\/\/maps.google.com\/"
],
"declarative_net_request": {
"rule_resources": []
},
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": "img\/disabled.png",
"default_popup": "popup.html"
},
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"options_page": "options.html",
"description": "change location for google search",
"manifest_version": 3,
"name": "gs location changer",
"homepage_url": "https:\/\/valentin.app\/gs-location-changer.html",
"version": "3.6"
}