My Login Hub

My Login Hub

Search and access popular email quick links instantly from your new tab page!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "js/config.js",
      "js/store.js",
      "js/utility.js",
      "js/log.js",
      "js/search.js",
      "js/dailyFeature.js",
      "central.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "128": "icon.png"
    },
    "default_popup": "html/bAction/newtabpage.html",
    "default_title": "Open NewTab"
  },
  "chrome_url_overrides": {
    "newtab": "newtabhtml/newtabpage.html"
  },
  "default_locale": "en",
  "description": "__MSG_ProductDescription__",
  "icons": {
    "128": "icon.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "name": "__MSG_ProductName__",
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "*://*.hmyloginhub.co/*",
    "alarms",
    "contextMenus"
  ],
  "version": "1.0",
  "web_accessible_resources": [
    "*.json"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}