Examine source code of Planetside 2 - Vanu Sovereignty theme

Inspect and view changes in Planetside 2 - Vanu Sovereignty 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Planetside 2 - Vanu Sovereignty theme",
  "version": "1.2",
  "description": "Planetside 2 - Vanu Sovereignty Chrome theme - Created by Daniel Gibbs. http://danielgibbs.co.uk",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_tab_background_incognito": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_frame_overlay": "images/theme_frame_overlay.png",
      "theme_frame_overlay_inactive": "images/theme_frame_overlay.png",
      "theme_button_background": "images/theme_tab_background.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png"
    },
    "colors": {
      "frame": [
        70,
        85,
        166
      ],
      "frame_inactive": [
        98,
        77,
        110
      ],
      "frame_incognito": [
        70,
        85,
        166
      ],
      "frame_incognito_inactive": [
        98,
        77,
        110
      ],
      "toolbar": [
        53,
        21,
        138
      ],
      "tab_text": [
        228,
        215,
        255
      ],
      "ntp_header": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        39,
        28,
        113
      ],
      "bookmark_text": [
        172,
        252,
        253
      ],
      "ntp_background": [
        8,
        7,
        25
      ],
      "ntp_text": [
        228,
        215,
        255
      ],
      "button_background": [
        99,
        187,
        110,
        1
      ]
    },
    "tints": {
      "buttons": [
        0.16,
        0.91,
        1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}