Examine source code of Bustatech theme

Inspect and view changes in Bustatech 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": "Bustatech theme",
  "theme": {
    "colors": {
      "frame": [
        20,
        20,
        20
      ],
      "ntp_text": [
        190,
        190,
        190
      ],
      "ntp_link": [
        190,
        190,
        190
      ],
      "tab_text": [
        250,
        250,
        250
      ],
      "toolbar": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        0,
        0,
        0
      ],
      "bookmark_text": [
        240,
        240,
        240
      ],
      "ntp_header": [
        0,
        0,
        0
      ],
      "ntp_section": [
        0,
        0,
        0
      ],
      "ntp_section_text": [
        190,
        190,
        190
      ],
      "control_background": [
        0,
        0,
        0
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame3.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png"
    },
    "tints": {
      "buttons": [
        0,
        0,
        1
      ]
    },
    "properties": {
      "ntp_background_repeat": "repeat",
      "ntp_background_alignment": "left top"
    }
  },
  "version": "1.0"
}