Examine source code of New York City Skyline Theme

Inspect and view changes in New York City Skyline Theme 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": "City",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "center center"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(43, 118, 161)",
      "toolbar_text": "rgb(147, 182, 61)",
      "frame": "rgb(164, 214, 214)",
      "tab_background_text": "rgb(0, 145, 255)",
      "toolbar_field": "rgb(199, 203, 219)",
      "toolbar_field_text": "rgb(123, 127, 204)",
      "tab_line": "rgb(86, 22, 204)",
      "popup": "rgb(255, 255, 255)",
      "popup_text": "rgb(106, 109, 181)",
      "tab_loading": "rgb(86, 22, 204)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3f3dcd09-5fd6-4f2d-b079-aa00430086b5}"
    }
  }
}