Change Geolocation (Location Guard)

Change Geolocation (Location Guard)

Easily change your geographic location (Geolocation) to your desired one and protect your privacy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "0.1.4",
  "manifest_version": 2,
  "short_name": "change-geolocation",
  "name": "Change Geolocation (Location Guard)",
  "background": {
    "page": "lib/chrome/background.html"
  },
  "homepage_url": "https://mybrowseraddon.com/change-geolocation.html",
  "permissions": [
    "*://*/*",
    "storage",
    "contextMenus",
    "webNavigation"
  ],
  "description": "Easily change your geographic location (Geolocation) to your desired one and protect your privacy.",
  "options_ui": {
    "open_in_tab": true,
    "chrome_style": true,
    "page": "data/options/options.html"
  },
  "browser_action": {
    "default_title": "Change Geolocation (Location Guard)",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}