Force vk HTTPS

Force vk HTTPS

Force HTTPS for http://vk.com/

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_manifest_name__",
  "short_name": "__MSG_manifest_short_name__",
  "version": "0.2",
  "description": "__MSG_manifest_description__",
  "default_locale": "en",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "http://vk.com/*"
  ],
  "background": {
    "scripts": [
      "force_https/background.js"
    ]
  },
  "icons": {
    "16": "crx/icon-16.png",
    "48": "crx/icon-48.png",
    "128": "crx/icon-128.png"
  }
}