Infinity New Tab (Pro)

Infinity New Tab (Pro)

New tab page and Speed Dial. wallpaper hd,bookmark,weather,notes,to do list, history manager. it’s start page page and homepage.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_extname__",
  "description": "__MSG_extdesc__",
  "icons": {
    "128": "icons/ico128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/ico16.png",
      "32": "icons/ico32.png",
      "48": "icons/ico48.png",
      "96": "icons/ico96.png",
      "128": "icons/ico128.png"
    },
    "default_title": "__MSG_extname__",
    "default_popup": "pages/popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "pages/newtab.html"
  },
  "optional_permissions": [
    "history",
    "clipboardRead",
    "clipboardWrite"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "minimum_chrome_version": "49",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj5KiLucMSvRLNrk4C2q8oJ0eXHO+Yg1O2fB5nywKPRva5yNUr7FWhd27+5McO9VDea5FlrFHk+xH1lyML/SjXzF2ySFuRuJqBH9yaTWuPyQ2xglxqh0EFRGQjr8gkuuqzgClueZiURnxgjW98AvhJM75b90vqKhg8hfmbCExrcaxWeBVy+e0frXhOuaoq+jjwkA1rvtHK24LF3EM9xkAH12WaesEhu61K9p+v+eFsozXLSERzE5KKt4FJ5gx+4WAN7QknK8AdX9hhPR0s2MREPvuCfiAhjbQrIURS3f6itTLLGXof8oGozsVE+3xXxseDfq65iPPHBKrOdQgpgJT8wIDAQAB",
  "background": {
    "page": "pages/background.html",
    "persistent": true
  },
  "externally_connectable": {
    "matches": [
      "*://*.infinitynewtab.com/*"
    ]
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "cookies",
    "management",
    "bookmarks",
    "topSites",
    "notifications",
    "tabs",
    "http://*/",
    "https://*/",
    "chrome://favicon/",
    "webRequest",
    "webRequestBlocking",
    "background"
  ],
  "version": "9.4.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "{99d4bddd-5452-4216-83bc-fcd57857b6fb}"
    }
  }
}