Examine source code of Elder Scrolls Online Soulburst Theme

Inspect and view changes in Elder Scrolls Online Soulburst Theme source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Elder Scrolls Online Soulburst Theme",
  "description": "Elder Scrolls Online Soulburst Theme for Google Chrome - from The Elder Scrolls Online",
  "version": "0.1.0.2",
  "icons": {
    "128": "images/ESO_THEME_ICON_128x128.png"
  },
  "manifest_version": 2,
  "theme": {
    "colors": {
      "frame": [
        0,
        0,
        0
      ],
      "frame_inactive": [
        100,
        100,
        100
      ],
      "frame_incognito": [
        44,
        51,
        66
      ],
      "frame_incognito_inactive": [
        184,
        184,
        184
      ],
      "toolbar": [
        42,
        42,
        42,
        0.7
      ],
      "tab_text": [
        219,
        219,
        219
      ],
      "tab_background_text": [
        142,
        159,
        156
      ],
      "bookmark_text": [
        219,
        219,
        219
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "ntp_text": [
        219,
        219,
        219
      ],
      "ntp_link": [
        44,
        51,
        66
      ],
      "ntp_header": [
        44,
        51,
        66
      ],
      "ntp_section": [
        0,
        0,
        0,
        0.7
      ],
      "ntp_section_text": [
        0,
        0,
        0
      ],
      "control_background": [
        0,
        0,
        0
      ],
      "button_background": [
        0,
        0,
        0,
        0.7
      ]
    },
    "images": {
      "theme_button_background": "images/theme_button_background.png",
      "theme_frame": "images/theme_frame.png",
      "theme_frame_incognito": "images/theme_frame.png",
      "theme_frame_overlay": "images/theme_frame_overlay.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_tab_background_incognito": "images/theme_tab_background_incognito.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_window_control_background": "images/theme_window_control_background.png"
    },
    "properties": {
      "ntp_background_alignment": "center top",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 1
    },
    "tints": {
      "background_tab": [
        0.5,
        0.5,
        0.15
      ],
      "buttons": [
        0,
        0,
        0.9
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        0.5,
        0.65
      ],
      "frame_incognito": [
        0.5,
        0,
        0.5
      ],
      "frame_incognito_inactive": [
        -1,
        0,
        0.45
      ]
    }
  },
  "update_url": "http://clients2.google.com/service/update2/crx"
}