CybrHome New Tab Page

CybrHome New Tab Page

CybrHome New Tab is a light, fast and modern new tab page for your chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CybrHome New Tab Page",
  "short_name": "CybrHome New Tab",
  "description": "CybrHome New Tab is a light, fast and modern new tab page for your chrome.",
  "version": "0.0.16",
  "content_security_policy": "script-src 'self' https://clients1.google.com/complete/search; object-src 'self'",
  "background": {
    "scripts": [
      "js/eventPage.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "bookmarks",
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab/index.html"
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": {
      "19": "icons/icon19.png",
      "38": "icons/icon38.png"
    },
    "default_title": "CybrHome",
    "default_popup": "popup.html"
  },
  "offline_enabled": true,
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "incognito": "split",
  "minimum_chrome_version": "22",
  "manifest_version": 2
}