Moonlight

Moonlight

Moonlight Theme

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Moonlight",
  "description": "Moonlight Theme",
  "version": "2.4",
  "author": "Mallowigi",
  "icons": {
    "128": "icon.png"
  },
  "theme": {
    "images": {
      "theme_ntp_background": "wall.png",
      "theme_toolbar": "topbar.png",
      "theme_tab_background": "tab.png"
    },
    "colors": {
      "background_tab": [
        34,
        36,
        54
      ],
      "background_tab_inactive": [
        47,
        51,
        77
      ],
      "background_tab_incognito": [
        25,
        26,
        42
      ],
      "background_tab_incognito_inactive": [
        47,
        51,
        77
      ],
      "bookmark_text": [
        200,
        211,
        245
      ],
      "button_background": [
        68,
        74,
        115
      ],
      "frame": [
        25,
        26,
        42
      ],
      "frame_inactive": [
        47,
        51,
        77
      ],
      "frame_incognito": [
        25,
        26,
        42
      ],
      "frame_incognito_inactive": [
        47,
        51,
        77
      ],
      "ntp_background": [
        25,
        26,
        42
      ],
      "ntp_header": [
        47,
        51,
        77
      ],
      "ntp_link": [
        116,
        160,
        241
      ],
      "ntp_text": [
        200,
        211,
        245
      ],
      "omnibox_background": [
        25,
        26,
        42
      ],
      "omnibox_text": [
        200,
        211,
        245
      ],
      "tab_background_text": [
        200,
        211,
        245
      ],
      "tab_background_text_inactive": [
        169,
        184,
        232
      ],
      "tab_background_text_incognito": [
        200,
        211,
        245
      ],
      "tab_background_text_incognito_inactive": [
        169,
        184,
        232
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        34,
        36,
        54
      ],
      "toolbar_button_icon": [
        169,
        184,
        232
      ],
      "toolbar_text": [
        200,
        211,
        245
      ]
    }
  }
}