If You're Bored... New Tab

If You're Bored... New Tab

New tab page that shows list of things you could be doing instead of wasting your time on the internet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "If You're Bored... New Tab",
  "description": "New tab page that shows list of things you could be doing instead of wasting your time on the internet.",
  "version": "1.1",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "ifyourebored.html"
  }
}