Examine source code of silver-grey

Inspect and view changes in silver-grey 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
{
  "manifest_version": 2,
  "version": "1.0",
  "name": "grey scale",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-010-e9f94a3e61666a4c7677eb9cce17d854.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(0, 0, 0, 0.7)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(190, 190, 190)",
      "tab_background_text": "rgb(0, 0, 0)",
      "toolbar_field": "rgba(190, 190, 190, 0.7)",
      "toolbar_field_text": "rgba(0, 0, 0, 0.7)",
      "tab_line": "rgb(190, 190, 190)",
      "popup": "rgb(0, 0, 0)",
      "popup_text": "rgb(255, 255, 255)",
      "ntp_background": "rgb(128, 128, 128)",
      "tab_loading": "rgb(190, 190, 190)"
    }
  }
}