Tesla Model S

Tesla Model S

A sleek and simple Tesla Model S theme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "name": "Tesla Model S",
  "description": "A sleek and simple Tesla Model S theme.",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "theme": {
    "colors": {
      "background_tab": [
        222,
        225,
        230
      ],
      "background_tab_inactive": [
        198,
        200,
        204
      ],
      "background_tab_incognito": [
        222,
        225,
        230
      ],
      "background_tab_incognito_inactive": [
        198,
        200,
        204
      ],
      "frame": [
        255,
        255,
        255
      ],
      "frame_inactive": [
        222,
        225,
        230
      ],
      "frame_incognito": [
        198,
        200,
        204
      ],
      "frame_incognito_inactive": [
        173,
        175,
        179
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "toolbar": [
        255,
        255,
        255
      ]
    },
    "images": {
      "theme_ntp_background": "background.jpg"
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "background_tab": [
        -1,
        -1,
        -1
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ]
    }
  }
}