Examine source code of # みとのテーマ

Inspect and view changes in # みとのテーマ 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": "# みとのテーマ",
  "version": "1.0.5",
  "description": "This is a Chrome theme based on the image of 'Tsukino Mito', a VTuber/Virtual Liver belonging to Niji-sanji",
  "manifest_version": 3,
  "theme": {
    "images": {
      "theme_frame": "images/fram.png",
      "theme_toolbar": "images/tlb.png",
      "theme_tab_background": "images/tab.png",
      "theme_ntp_background": "images/bg-1.png"
    },
    "colors": {
      "frame": [
        0,
        0,
        0
      ],
      "tab_text": [
        248,
        248,
        248
      ],
      "tab_background_text": [
        248,
        248,
        248
      ],
      "tab_background": [
        48,
        48,
        66
      ],
      "bookmark_text": [
        230,
        230,
        230
      ],
      "ntp_background": [
        210,
        210,
        210
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_link": [
        6,
        55,
        116
      ],
      "button_background": [
        236,
        124,
        160,
        1
      ]
    },
    "tints": {
      "buttons": [
        0.5,
        0.02,
        0.76
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}