Overwatch Heroes

'Heroes never die!' Expand your Watch with this detailed Overwatch theme.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Overwatch Heroes",
  "version": "1.4",
  "description": "'Heroes never die!' Expand your Watch with this detailed Overwatch theme.",
  "icons": {
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_frame": "theme_frame.png",
      "theme_toolbar": "theme_toolbar.png",
      "theme_tab_background": "theme_tab_background.png",
      "theme_ntp_background": "theme_ntp_background.jpeg",
      "theme_frame_overlay": "theme_frame_overlay.png"
    },
    "colors": {
      "frame": [
        28,
        28,
        28
      ],
      "toolbar": [
        63,
        74,
        54
      ],
      "tab_text": [
        234,
        234,
        232
      ],
      "tab_background_text": [
        141,
        141,
        141
      ],
      "bookmark_text": [
        243,
        253,
        255
      ],
      "ntp_background": [
        234,
        234,
        232
      ],
      "ntp_text": [
        0,
        165,
        226
      ],
      "button_background": [
        247,
        146,
        29,
        1
      ]
    },
    "tints": {
      "buttons": [
        0.09,
        0.93,
        0.54
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "no-repeat"
    }
  }
}