Start Today

Start Today

This is the new tab app of Today for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Start Today",
  "description": "This is the new tab app of Today for Chrome",
  "version": "2.3.0",
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "topSites",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "icons": {
    "16": "./assets/icons/icon-16.png",
    "48": "./assets/icons/icon-48.png",
    "128": "./assets/icons/icon-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}