scratch tab

scratch tab

turns every New Tab into a scratch pad

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "scratch tab",
  "version": "1.0.1",
  "author": "Sarah Joy Calpo",
  "description": "turns every New Tab into a scratch pad",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "128": "icon.png"
  }
}