Smart New Tab Page 2

Smart New Tab Page 2

Creats app icons for your most visited sites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Smart New Tab Page 2",
  "description": "Creats app icons for your most visited sites",
  "permissions": [
    "topSites",
    "<all_urls>",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/main.js",
        "js/Utils.js"
      ]
    }
  ],
  "version": "0.1.1",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'  https://ssl.google-analytics.com 'unsafe-eval'; object-src 'self'"
}