Developer Edition Dark

Developer Edition Dark

A Chrome theme inspired by Firefox's Developer Edition Dark theme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Developer Edition Dark",
  "short_name": "DevEdtn Dark",
  "manifest_version": 3,
  "version": "3.0",
  "description": "A Chrome theme inspired by Firefox's Developer Edition Dark theme.",
  "theme": {
    "images": {
      "theme_toolbar": "images/theme_toolbar.png"
    },
    "colors": {
      "frame": [
        39,
        43,
        53
      ],
      "frame_incognito": [
        39,
        43,
        53
      ],
      "frame_inactive": [
        39,
        43,
        53
      ],
      "frame_incognito_inactive": [
        39,
        43,
        53
      ],
      "toolbar": [
        29,
        33,
        43
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "background_tab": [
        28,
        32,
        38
      ],
      "background_tab_inactive": [
        28,
        32,
        38
      ],
      "background_tab_incognito": [
        28,
        32,
        38
      ],
      "ntp_background": [
        29,
        33,
        43
      ],
      "background_tab_incognito_inactive": [
        28,
        32,
        38
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ]
    }
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  }
}