Quotes and jokes tab

Quotes and jokes tab

Displays fresh quote and Chuck joke on every new tab :)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Quotes and jokes tab",
  "description": "Displays fresh quote and Chuck joke on every new tab :)",
  "version": "1.3",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "blank.html"
  },
  "icons": {
    "16": "/img/quotes-jokes-16.png",
    "48": "/img/quotes-jokes-48.png",
    "128": "/img/quotes-jokes-128.png"
  },
  "permissions": [
    "http://www.iheartquotes.com/",
    "http://api.icndb.com/"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "manifest_version": 2
}