Examine source code of TAJ MAHAL

Inspect and view changes in TAJ MAHAL 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": "Taj Mahal at Agra, India is one of the wonders of the world.",
  "version": "1.4",
  "manifest_version": 2,
  "name": "TAJ MAHAL",
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_ntp_background": "images/mytheme.png",
      "theme_tab_background": "images/tab.png",
      "theme_frame_inactive": "images/frame_inactive.png",
      "theme_frame_incognito": "images/frame_incognito.png",
      "theme_tab_background_incognito": "images/tab_background_incognito.png",
      "theme_frame_incognito_inactive": "images/frame_incognito_inactive.png"
    },
    "colors": {
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "frame": [
        253,
        232,
        205
      ],
      "toolbar": [
        254,
        241,
        224
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        0,
        0,
        0
      ],
      "bookmark_text": [
        0,
        0,
        0
      ],
      "frame_inactive": [
        254,
        241,
        224
      ],
      "frame_incognito": [
        253,
        232,
        205
      ],
      "frame_incognito_inactive": [
        254,
        241,
        224
      ],
      "ntp_header": [
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0.5,
        0.5,
        0.5
      ],
      "frame_inactive": [
        254,
        241,
        224
      ],
      "frame_incognito": [
        253,
        232,
        205
      ],
      "frame_incognito_inactive": [
        254,
        241,
        224
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 1
    }
  }
}