Examine source code of The Girl

Inspect and view changes in The Girl 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",
  "name": "The Girl",
  "version": "1.0",
  "manifest_version": 2,
  "theme": {
    "colors": {
      "bookmark_text": [
        0,
        0,
        0
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ],
      "frame": [
        26,
        30,
        33
      ],
      "frame_inactive": [
        161,
        182,
        228
      ],
      "frame_incognito": [
        83,
        106,
        139
      ],
      "frame_incognito_inactive": [
        126,
        139,
        156
      ],
      "ntp_background": [
        207,
        236,
        244
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        64,
        64,
        64
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "toolbar": [
        223,
        223,
        223
      ]
    },
    "images": {
      "theme_ntp_attribution": "images/theme_ntp_attribution.png",
      "theme_ntp_background": "images/theme_ntp_background.png"
    },
    "properties": {
      "ntp_background_alignment": "top"
    },
    "tints": {
      "background_tab": [
        -1,
        0.5,
        0.75
      ],
      "buttons": [
        -1,
        -1,
        -1
      ],
      "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
      ]
    }
  }
}