Trello your new chrome tab

Trello your new chrome tab

Override the new tab page with a blank one

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Trello your new chrome tab",
  "author": "mirrorhanyu",
  "description": "Override the new tab page with a blank one",
  "version": "0.91",
  "icons": {
    "16": "icon-16-16.png",
    "48": "icon-48-48.png",
    "128": "icon-128-128.png"
  },
  "browser_action": {
    "default_icon": "icon-48-48.png",
    "default_popup": "popup.html"
  },
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "homepage_url": "https://github.com/mirrorhanyu/trello-your-new-chrome-tab",
  "manifest_version": 2
}