Pro New Tab

Pro New Tab

Just open a new tab and Enjoy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "/js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/js/shotcuts.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "/img/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "/newtab.html"
  },
  "content_security_policy": "script-src 'self' https://query.yahooapis.com; object-src 'self'",
  "description": "Just open a new tab and Enjoy.",
  "icons": {
    "32": "/img/128.png",
    "64": "/img/128.png",
    "128": "/img/128.png"
  },
  "manifest_version": 2,
  "name": "Pro New Tab",
  "permissions": [
    "tabs",
    "history",
    "unlimitedStorage",
    "chrome://favicon/",
    "contextMenus",
    "storage",
    "topSites",
    "activeTab",
    "*://marionewtab.com/*",
    "*://mini.s-shot.ru/*"
  ],
  "version": "1.2"
}