h2speedy

h2speedy

secure and speed up your web connections.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "h2speedy",
  "description": "secure and speed up your web connections.",
  "version": "2.7",
  "options_page": "settings.html",
  "permissions": [
    "proxy",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "http://*.kissssl.com/*",
    "http://*.678in.com/*",
    "tabs",
    "<all_urls>"
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://678in.com ; object-src 'self' ",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_background": "background.html"
  }
}