Login Tab - Faster access to favorite sites

Login Tab - Faster access to favorite sites

Enjoy quick access to your favorite social, shopping, and entertainment sites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/browser-polyfill.js",
      "js/util.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.login-tab.com/*"
      ],
      "js": [
        "js/beacon-script.js"
      ]
    }
  ],
  "manifest_version": 2,
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "64": "icons/64.png",
    "128": "icons/128.png",
    "512": "icons/512.png"
  },
  "description": "__MSG_appDesc__",
  "name": "__MSG_appStoreName__",
  "default_locale": "en",
  "permissions": [
    "https://*.login-tab.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "new-tab/new-tab.html"
  },
  "version": "0.0.7",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}