Examine source code of Arctic Tern Theme

Inspect and view changes in Arctic Tern 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": "http://clients2.google.com/service/update2/crx",
  "name": "Arctic Tern Theme",
  "version": "1.0",
  "manifest_version": 2,
  "description": "This theme is suitable for resolutions up to 1920 x 1200.",
  "icons": {
    "128": "images/icon_128.png"
  },
  "theme": {
    "colors": {
      "bookmark_text": [
        64,
        64,
        64
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ],
      "frame": [
        255,
        255,
        255
      ],
      "frame_inactive": [
        255,
        255,
        255
      ],
      "frame_incognito": [
        255,
        255,
        255
      ],
      "frame_incognito_inactive": [
        255,
        255,
        255
      ],
      "ntp_background": [
        72,
        167,
        187
      ],
      "ntp_header": [
        193,
        70,
        70
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        64,
        64,
        64
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "toolbar": [
        223,
        223,
        223
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_ntp_background": "images/arctic_tern.jpg"
    },
    "tints": {
      "buttons": [
        0.27,
        0.5,
        0.35
      ],
      "background_tab": [
        -1,
        0.5,
        0.75
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        0.75
      ],
      "frame_incognito": [
        -1,
        0.2,
        0.35
      ],
      "frame_incognito_inactive": [
        -1,
        0.3,
        0.6
      ]
    },
    "properties": {
      "ntp_background_alignment": "top left",
      "ntp_background_repeat": "no-repeat"
    }
  }
}