Tesla Model 3

Tesla Model 3

A sleek and simple Tesla Model 3 theme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1",
  "name": "Tesla Model 3",
  "description": "A sleek and simple Tesla Model 3 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": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ]
    },
    "images": {
      "theme_ntp_background": "background.jpg",
      "theme_toolbar": "toolbar.jpg"
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}