Shortcuts In Newtab

Shortcuts In Newtab

Simple new tab with custom shortcuts

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.3",
  "icons": {
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "chrome://favicon/",
    "topSites",
    "storage"
  ],
  "content_security_policy": "img-src 'self' chrome://favicon;",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "manifest_version": 2
}