Google Inbox Theme

Google Inbox Theme

This extension adds some color and a picture to Google Inbox

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Google Inbox Theme",
  "description": "This extension adds some color and a picture to Google Inbox",
  "version": "0.1",
  "content_scripts": [
    {
      "matches": [
        "https://inbox.google.com/*",
        "http://inbox.google.com/*"
      ],
      "js": [
        "vibrant.js",
        "theme.js"
      ]
    }
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  }
}