REM

REM

Re:ゼロから始める異世界生活のレムをイメージしたテーマです。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "REM",
  "version": "1.0.1",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_frame_inactive": "images/theme_frame_inactive.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png"
    },
    "colors": {
      "frame": [
        112,
        169,
        241
      ],
      "frame_inactive": [
        248,
        97,
        161
      ],
      "toolbar": [
        209,
        126,
        255
      ],
      "tab_text": [
        240,
        240,
        240
      ],
      "tab_background_text": [
        240,
        240,
        240
      ],
      "bookmark_text": [
        202,
        202,
        202
      ],
      "ntp_background": [
        62,
        62,
        63
      ],
      "ntp_section": [
        210,
        130,
        255
      ],
      "ntp_text": [
        240,
        240,
        240
      ]
    },
    "tints": {
      "buttons": [
        -1,
        -1,
        0.8
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ],
      "background_tab": [
        -1,
        -1,
        -1
      ]
    },
    "properties": {
      "ntp_background_alignment": "center top",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 1
    }
  }
}