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 Plus", "manifest_version": 3, "version": "1.0.0", "action": { "default_icon": { "48": "images\/pin_48.png", "128": "images\/pin_128.png" }, "default_popup": "popup.html", "default_title": "Location Guard Plus" }, "background": { "service_worker": "js\/background.js" }, "description": "Hide your geographic location from websites.", "icons": { "48": "images\/pin_48.png", "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 } ] }