Google Inbox Dark Skin

Google Inbox Dark Skin

Darkens the Google Inbox page to an easy on the eyes skin.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "include_globs": [
        "*"
      ],
      "js": [
        "dark_inbox.js"
      ],
      "matches": [
        "http://inbox.google.com/u/*",
        "https://inbox.google.com/u/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Darkens the Google Inbox page to an easy on the eyes skin.",
  "manifest_version": 2,
  "name": "Google Inbox Dark Skin",
  "short_name": "Dark Inbox",
  "version": "0.3"
}