Examine source code of yaodao-theme

Inspect and view changes in yaodao-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",
  "description": "yaodao theme",
  "manifest_version": 2,
  "name": "yaodao-theme",
  "short_name": "yaodao",
  "theme": {
    "colors": {
      "bookmark_text": [
        0,
        0,
        0
      ],
      "frame": [
        255,
        255,
        255
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_section_link": [
        255,
        255,
        255
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        102,
        102,
        102
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "toolbar": [
        255,
        255,
        255
      ]
    },
    "images": {
      "theme_ntp_background": "image/school3orange.png",
      "theme_toolbar": "image/YAO DAO Buddy.png"
    },
    "properties": {
      "ntp_background_alignment": "center center",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "background_tab": [
        0,
        0,
        0
      ],
      "buttons": [
        -1,
        0,
        0
      ]
    }
  },
  "version": "1.1.4"
}