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": "Location Guard (V3)",
"manifest_version": 3,
"version": "3.0.0",
"action": {
"default_icon": {
"128": "images\/pin_128.png"
},
"default_popup": "popup.html",
"default_title": "Location Guard (V3)"
},
"background": {
"service_worker": "js\/background.js"
},
"description": "Hide your geographic location from websites.",
"icons": {
"128": "images\/pin_128.png"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"permissions": [
"scripting",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"js\/content\/inject.js"
],
"matches": [
"<all_urls>"
],
"use_dynamic_url": true
}
]
}