New Tab Fortune

New Tab Fortune

Replaces the New Tab page with a random unix fortune.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "New Tab Fortune",
  "description": "Replaces the New Tab page with a random unix fortune.",
  "version": "1.3.0",
  "chrome_url_overrides": {
    "newtab": "fortune.html"
  },
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage"
  ]
}