Browser Lock | Lock Your Browser

Browser Lock | Lock Your Browser

Take control of your web browser privacy!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "HumblDump",
  "background": {
    "scripts": [
      "js/util.js",
      "js/notification.js",
      "js/bg.js",
      "js/start.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://*.google.com https://*.gstatic.com https://*.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_uygulama_aciklama__",
  "icons": {
    "16": "logos/16-logo.png",
    "24": "logos/24-logo.png",
    "48": "logos/48-logo.png",
    "64": "logos/64-logo.png",
    "128": "logos/128-logo.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "49",
  "name": "__MSG_uygulama_baslik__",
  "options_page": "html/options.html",
  "commands": {
    "lock-the-browser": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Press to lock your browser"
    }
  },
  "permissions": [
    "tabs",
    "notifications",
    "contextMenus",
    "storage",
    "unlimitedStorage",
    "history",
    "*://browserlock.humbldump.com/*",
    "*://*.humbldump.com/*",
    "*://google.com/*"
  ],
  "short_name": "__MSG_uygulama_kisa_baslik__",
  "version": "1.0.8"
}