xkcd - New Tab Page

xkcd - New Tab Page

Override the new tab page with an xkcd comic viewer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "xkcd - New Tab Page",
  "short_name": "xkcd-ntp",
  "version": "1.9",
  "description": "Override the new tab page with an xkcd comic viewer.",
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "author": "Nick Morgan",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "xkcd-ntp.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "bookmarks",
    "https://*/",
    "http://xkcd.com/"
  ]
}