Sketch Tab

Sketch Tab

Replace new tab page with a personal space where you can search and doodle however you desire.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Sketch Tab",
  "description": "Replace new tab page with a personal space where you can search and doodle however you desire.",
  "version": "1.1.2",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "./images/store_assets/icon16.png",
    "32": "./images/store_assets/icon32.png",
    "128": "./images/store_assets/icon128.png",
    "256": "./images/store_assets/icon256.png"
  }
}