Examine source code of Apricot Crush Theme

Inspect and view changes in Apricot Crush 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": "Apricot Crush Theme",
  "version": "1.0",
  "description": "A beautiful theme with Apricot Crush colors",
  "theme": {
    "colors": {
      "frame": [
        232,
        154,
        124
      ],
      "toolbar": [
        241,
        178,
        155
      ],
      "tab_text": [
        51,
        51,
        51
      ],
      "tab_background_text": [
        85,
        85,
        85
      ],
      "bookmark_text": [
        51,
        51,
        51
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        51,
        51,
        51
      ],
      "button_background": [
        232,
        154,
        124
      ]
    },
    "tints": {
      "buttons": [
        0.9,
        0.9,
        0.7
      ]
    },
    "properties": {
      "ntp_background_alignment": "center"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}