Blink New Tab

Blink New Tab

Replaces New Tab page with an elegant one, with news feeds from your favorite blogs and websites just a click away.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Blink New Tab",
  "short_name": "Blink",
  "description": "Replaces New Tab page with an elegant one, with news feeds from your favorite blogs and websites just a click away.",
  "version": "2.0.1",
  "icons": {
    "48": "assets/img/blink-48.png",
    "64": "assets/img/blink-64.png",
    "128": "assets/img/blink-128.png"
  },
  "author": "Sidhant Sharma",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "index.html#/home"
  },
  "background": {
    "page": "index.html",
    "persistent": false
  },
  "permissions": [
    "storage",
    "tabs",
    "https://cloud.feedly.com/"
  ]
}