GeoEdge

GeoEdge

View geo-specific content easily using GeoEdge.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "themes/geoedge/images/icon-19.png",
    "default_popup": "themes/geoedge/login.html",
    "default_title": "GeoEdge"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/libs/jquery.min.js",
        "js/geoedge.js",
        "js/utils.js",
        "js/prefs.js",
        "js/log.js",
        "js/locale.js",
        "js/widgets.js",
        "js/widget.adtxt.js",
        "js/widget.redirectscout.js",
        "js/widget.quickswitch.js",
        "themes/geoedge/js/strings.js",
        "js/platform-chrome.js",
        "js/platform-firefox.js",
        "js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "View geo-specific content easily using GeoEdge.",
  "homepage_url": "https://www.geoedge.com/",
  "icons": {
    "16": "themes/geoedge/images/icon-16.png",
    "32": "themes/geoedge/images/icon-32.png",
    "48": "themes/geoedge/images/icon-48.png",
    "128": "themes/geoedge/images/icon-128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC28oRi7nLHuG8qLVFzbx41yD9cDeyPdCDXufV2lkKf/Tar3gVjxtEhN0AGmolin3SeDLsIQTn8DkwvW1e8Iz8CJKm9CFFrRKCOSUQpOPp2PPkim3ReLIdJMhbRsa40avVTniC8RmAXHtjH4AJ9KXTeAlCU0zfzl5Ll7Dh/pvFedQIDAQAB",
  "manifest_version": 2,
  "minimum_chrome_version": "19",
  "name": "GeoEdge",
  "options_ui": {
    "browser_style": false,
    "page": "themes/geoedge/options.html"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "proxy",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "contextMenus",
    "browsingData",
    "cookies",
    "notifications",
    "management",
    "storage",
    "privacy"
  ],
  "version": "3.5.9",
  "web_accessible_resources": [
    "*"
  ]
}