Open via Google™ Web Light Proxy

Open via Google™ Web Light Proxy

Open the current tab and links via Google's Web Light proxy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "static/19.png",
      "38": "static/38.png"
    },
    "default_title": "Open via Google™ Web Light"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "chromeos": "Alt+G",
        "linux": "Alt+G",
        "mac": "Alt+G",
        "windows": "Alt+G"
      }
    }
  },
  "description": "Open the current tab and links via Google's Web Light proxy.",
  "homepage_url": "https://browsernative.com/google-web-light/",
  "icons": {
    "48": "static/48.png",
    "128": "static/128.png"
  },
  "manifest_version": 2,
  "name": "Open via Google™ Web Light Proxy",
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "version": "0.4"
}