Noveltab for Developers

Noveltab for Developers

Developer-friendly new tab page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Noveltab for Developers",
  "description": "Developer-friendly new tab page",
  "version": "0.96",
  "permissions": [
    "history",
    "storage",
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://suggestqueries.google.com/complete/ https://ajax.googleapis.com/ajax/services/feed/ https://*.googleapis.com/ https://www.google.com/; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "assets/img/nt16x16.png",
    "48": "assets/img/nt48x48.png",
    "128": "assets/img/nt128x128.png"
  }
}