Colored New Tab

Colored New Tab

Google Chrome (or Chromium) extension that opens the new tab in a specific color

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Colored New Tab",
  "short_name": "New Tab",
  "version": "1.0.0",
  "description": "Google Chrome (or Chromium) extension that opens the new tab in a specific color",
  "author": "Raul Glogovetan",
  "homepage_url": "https://github.com/rdig/colored-new-tab",
  "icons": {
    "16": "extension_icon_16.png",
    "48": "extension_icon_48.png",
    "128": "extension_icon_128.png"
  },
  "offline_enabled": true,
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "TabPage/index.html"
  }
}