Space Nebula

Space Nebula

Create my own custom themes for myself.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Create my own custom themes for myself.",
  "manifest_version": 2,
  "name": "Space Nebula",
  "theme": {
    "colors": {
      "bookmark_text": [
        255,
        255,
        255
      ],
      "frame": [
        66,
        116,
        201
      ],
      "frame_inactive": [
        28,
        88,
        124
      ],
      "frame_incognito_inactive": [
        28,
        88,
        124
      ],
      "frame_incongnito": [
        28,
        88,
        124
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "ntp_header": [
        255,
        255,
        255
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_section": [
        255,
        255,
        255
      ],
      "ntp_section_link": [
        255,
        255,
        255
      ],
      "ntp_section_link_underline": [
        255,
        255,
        255
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        180,
        180,
        180
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        100,
        100,
        112
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_toolbar": "images/theme_toolbar.png"
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "background_tab": [
        0.5,
        0.6,
        0.6
      ],
      "buttons": [
        0.99,
        0.99,
        0.99
      ],
      "frame_inactive": [
        0.55,
        0.5,
        0.5
      ],
      "frame_incognito": [
        0.55,
        0.5,
        0.5
      ],
      "frame_incognito_inactive": [
        0.55,
        0.5,
        0.5
      ]
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.1"
}