World Of Tanks PC Theme

World Of Tanks PC Theme

Unofficial World Of Tanks Theme For Chrome. Uses colors from the game UI

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0",
  "name": "World Of Tanks PC Theme",
  "description": "Unofficial World Of Tanks Theme For Chrome. Uses colors from the game UI",
  "icon": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "theme": {
    "colors": {
      "frame": [
        24,
        23,
        1
      ],
      "toolbar": [
        70,
        71,
        53
      ],
      "tab_text": [
        220,
        222,
        208
      ],
      "ntp_background": [
        70,
        71,
        53
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "button_background": [
        70,
        71,
        53
      ]
    },
    "images": {
      "theme_ntp_background": "images/background.jpg",
      "theme_frame_overlay": "images/frameback.png"
    },
    "properties": {
      "ntp_background_alignment": "bottom"
    },
    "tints": {
      "frame_inactive": [
        0.5,
        0.5,
        0.1
      ]
    }
  }
}