Vine Quotes - New Tab

Vine Quotes - New Tab

Displays a new vine quote along with the user's top sites every time new tab is opened

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Vine Quotes - New Tab",
  "version": "1.0",
  "description": "Displays a new vine quote along with the user's top sites every time new tab is opened",
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "topSites"
  ]
}