Examine source code of Starry Blue - A Dark Blue Theme

Inspect and view changes in Starry Blue - A Dark Blue 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": "Starry Blue - A Dark Blue Theme",
  "short_name": "Starry Blue",
  "version": "0.0.1.1",
  "description": "A simple dark blue theme with stars. Enjoy!",
  "theme": {
    "images": {
      "theme_frame": "/theme.jpeg",
      "theme_toolbar": "/theme.jpeg",
      "theme_tab_background": "/theme.jpeg",
      "theme_ntp_background": "/theme.jpeg"
    },
    "colors": {
      "frame": [
        66,
        116,
        201
      ],
      "toolbar": [
        0,
        16,
        32
      ],
      "tab_text": [
        192,
        224,
        255
      ],
      "tab_background_text": [
        160,
        192,
        255
      ],
      "bookmark_text": [
        160,
        192,
        255
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "button_background": [
        0,
        32,
        64,
        0
      ]
    },
    "tints": {
      "buttons": [
        0.58,
        0.6,
        0.75
      ]
    },
    "properties": {
      "ntp_background_alignment": "left top",
      "ntp_background_repeat": "repeat"
    }
  }
}