TabQuote

TabQuote

A new quote on your New Tab page every day.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "TabQuote",
  "version": "0.2",
  "manifest_version": 2,
  "description": "A new quote on your New Tab page every day.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "incognito": "split",
  "offline_enabled": false,
  "permissions": [
    "http://jamocreations.com/widgets/travel-quotes/*",
    "management"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}