Placid Tab New Tab Page

Placid Tab New Tab Page

A minimal New Tab page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Placid Tab New Tab Page",
  "short_name": "Placid Tab",
  "version": "2.0.0",
  "manifest_version": 2,
  "description": "A minimal New Tab page",
  "author": "rileyjshaw",
  "chrome_url_overrides": {
    "newtab": "home.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "options_page": "options.html"
}