Examine source code of Simple Dark Grayscale

Inspect and view changes in Simple Dark Grayscale 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",
  "manifest_version": 2,
  "icons": {
    "128": "icon128.png"
  },
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png"
    },
    "colors": {
      "frame": [
        235,
        235,
        235
      ],
      "toolbar": [
        45,
        45,
        45
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        224,
        224,
        224
      ],
      "ntp_background": [
        45,
        45,
        45
      ],
      "ntp_text": [
        224,
        224,
        224
      ],
      "button_background": [
        45,
        45,
        45,
        1
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.85
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  },
  "name": "Simple Dark Grayscale",
  "version": "1.0.4",
  "description": ""
}