The Day's Sidebar

The Day's Sidebar

A mashup of The Day's Color and Sidebar.io.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The Day's Sidebar",
  "version": "0.0.4",
  "manifest_version": 2,
  "description": "A mashup of The Day's Color and Sidebar.io.",
  "homepage_url": "http://kevinwuhoo.github.io/thedayssidebar",
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "thedayssidebar.html"
  },
  "permissions": [
    "http://thedayssidebar.herokuapp.com/"
  ],
  "web_accessible_resources": [
    "assets/*"
  ]
}