Examine source code of ClariS Reunion Version

Inspect and view changes in ClariS Reunion Version 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": "ClariS Reunion Version",
  "version": "1.0.2.3",
  "manifest_version": 2,
  "description": "Claris Reunion version theme",
  "icons": {
    "128": "img/icon128.png"
  },
  "theme": {
    "images": {
      "theme_frame": "img/frame.png",
      "theme_frame_overlay": "img/frame_overlay.png",
      "theme_toolbar": "img/theme_toolbar.png",
      "theme_ntp_background": "img/ntp_bg.png",
      "theme_ntp_attribution": "img/ntp_attribution.png"
    },
    "colors": {
      "frame": [
        182,
        223,
        240
      ],
      "toolbar": [
        153,
        51,
        102
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        89,
        68,
        67
      ],
      "tab_background": [
        62,
        121,
        145
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_background": [
        252,
        251,
        184
      ],
      "ntp_text": [
        89,
        68,
        67
      ],
      "ntp_link": [
        179,
        223,
        241
      ],
      "ntp_section_link": [
        179,
        223,
        241
      ],
      "button_background": [
        153,
        51,
        102
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        1
      ]
    },
    "properties": {
      "ntp_background_alignment": "top left",
      "ntp_background_repeat": "repeat-x",
      "ntp_logo_alternate": 1
    }
  }
}