Daily Stoic New Tab

Daily Stoic New Tab

An extension which replaces the chrome new tab page, and displays a new stoic quote each time the user opens a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Daily Stoic New Tab",
  "description": "An extension which replaces the chrome new tab page, and displays a new stoic quote each time the user opens a new tab.",
  "permisssions": [
    "storage"
  ],
  "version": "0.0003",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}