Examine source code of Purple Turtles

Inspect and view changes in Purple Turtles 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.1",
  "manifest_version": 2,
  "name": "Purple Turtles",
  "theme": {
    "images": {
      "theme_ntp_background": "turtle.jpg"
    },
    "colors": {
      "frame": [
        200,
        0,
        255
      ],
      "toolbar": [
        200,
        10,
        255
      ],
      "ntp_text": [
        200,
        200,
        255
      ],
      "ntp_link": [
        200,
        20,
        255
      ],
      "ntp_section": [
        200,
        30,
        255
      ],
      "button_background": [
        200,
        40,
        255
      ]
    },
    "tints": {
      "buttons": [
        0.33,
        0.5,
        0.47
      ]
    },
    "properties": {
      "ntp_background_alignment": "center"
    }
  }
}