Fancy Motivation Tab

Fancy Motivation Tab

Override the new tab page with a Motivation Fancy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fancy Motivation Tab",
  "description": "Override the new tab page with a Motivation Fancy",
  "short_name": "Motivation Tab",
  "minimum_chrome_version": "24.0.1307.0",
  "version": "1.0.0",
  "icons": {
    "16": "Quotation-Marks-16.png",
    "128": "Quotation-Marks-128.png"
  },
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "manifest_version": 2
}