Just Theme

Just Theme

Just Theme: 随心所欲定制自己的chrome配色!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Just Theme: 随心所欲定制自己的chrome配色!",
  "manifest_version": 2,
  "name": "Just Theme",
  "icons": {
    "16": "img/ico16.png",
    "48": "img/ico48.png",
    "96": "img/ico96.png",
    "128": "img/ico128.png"
  },
  "theme": {
    "colors": {
      "bookmark_text": [
        255,
        255,
        255
      ],
      "frame": [
        0,
        35,
        41
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        125,
        134,
        142
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "tab_background_text_inactive": [
        255,
        255,
        255
      ],
      "tab_background_text_incognito": [
        255,
        255,
        255
      ],
      "tab_background_text_incognito_inactive": [
        255,
        255,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        8,
        151,
        156
      ]
    },
    "tints": {
      "buttons": [
        0.2,
        0.2,
        0.9
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ]
    }
  },
  "version": "2.0.1"
}