Examine source code of Dark Theme by Mnc

Inspect and view changes in Dark Theme by Mnc source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "It's just a dark theme",
  "manifest_version": 2,
  "name": "Dark Theme by Mnc",
  "short_name": "Dark Theme Mnc",
  "version": "1.0.3",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "theme": {
    "colors": {
      "frame": [
        35,
        35,
        35
      ],
      "frame_inactive": [
        75,
        75,
        75
      ],
      "background_tab": [
        95,
        95,
        95
      ],
      "background_tab_inactive": [
        125,
        125,
        125
      ],
      "toolbar": [
        60,
        60,
        60
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        0,
        0,
        0
      ],
      "tab_text_inactive": [
        255,
        255,
        255
      ],
      "tab_background_text_inactive": [
        0,
        0,
        0
      ],
      "bookmark_text": [
        175,
        175,
        175
      ],
      "ntp_background": [
        100,
        100,
        100
      ],
      "button_background": [
        125,
        100,
        100
      ]
    },
    "tints": {
      "buttons": [
        -1,
        0,
        0.65
      ]
    }
  }
}