Examine source code of Battle for the Galaxy Theme

Inspect and view changes in Battle for the Galaxy 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",
  "version": "1.0.4",
  "manifest_version": 2,
  "name": "Battle for the Galaxy Theme",
  "short_name": "BFTG Theme",
  "description": "Official Google Chrome theme with Battle for the Galaxy assets",
  "theme": {
    "images": {
      "theme_frame": "theme_frame.png",
      "theme_frame_inactive": "theme_toolbar.png",
      "theme_tab_background": "theme_toolbar.png",
      "theme_toolbar": "theme_frame.png"
    },
    "colors": {
      "toolbar": [
        0,
        29,
        60
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "frame": [
        18,
        152,
        255
      ],
      "ntp_header": [
        18,
        152,
        255
      ],
      "ntp_text": [
        0,
        29,
        60
      ],
      "tab_text": [
        184,
        231,
        255
      ],
      "tab_background_text": [
        184,
        231,
        255
      ],
      "bookmark_text": [
        184,
        231,
        255
      ]
    },
    "tints": {
      "theme_toolbar": [
        -1,
        -1,
        -1
      ],
      "buttons": [
        -1,
        -1,
        1
      ],
      "background_tab": [
        -1,
        -1,
        -1
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat"
    }
  }
}