Force HTTPS (SSL/TLS)

Force HTTPS (SSL/TLS)

Automatically use HTTPS (SSL/TLS Certificate) on websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.3",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "permissions": [
    "webNavigation",
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js",
      "functions_common.js",
      "strings_common.js"
    ],
    "persistent": true
  },
  "options_page": "page_options.html",
  "browser_action": {
    "default_popup": "page_popup.html",
    "default_icon": {
      "16": "images/locker_green_16p.png",
      "32": "images/locker_green_32p.png",
      "48": "images/locker_green_48p.png",
      "128": "images/locker_green_128p.png"
    }
  },
  "icons": {
    "16": "images/locker_green_16p.png",
    "32": "images/locker_green_32p.png",
    "48": "images/locker_green_48p.png",
    "128": "images/locker_green_128p.png"
  },
  "manifest_version": 2
}