New Tab Stretches

New Tab Stretches

Improve your flexibility with every new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "New Tab Stretches",
  "version": "1.3",
  "description": "Improve your flexibility with every new tab.",
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "images/icon16x16.png",
    "32": "images/icon32x32.png",
    "48": "images/icon48x48.png",
    "128": "images/icon128x128.png",
    "256": "images/icon256x256.png"
  }
}