Examine source code of Golden Gate Apocalypse

Inspect and view changes in Golden Gate Apocalypse 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",
  "version": "1.0",
  "name": "Golden Gate Apocalypse",
  "description": "resolution 1366x768",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_toolbar": "images/toolbar.png",
      "theme_frame": "images/frame.png",
      "theme_tab_background": "images/tab.png",
      "theme_ntp_background": "images/background_toxic"
    },
    "colors": {
      "ntp_link": [
        38,
        38,
        38
      ],
      "ntp_text": [
        132,
        219,
        164
      ],
      "ntp_section_link": [
        38,
        38,
        38
      ],
      "ntp_section_text": [
        38,
        38,
        38
      ],
      "ntp_background": [
        16,
        25,
        17,
        0.5
      ],
      "ntp_header": [
        42,
        52,
        43,
        0.15
      ],
      "ntp_section": [
        42,
        52,
        43,
        0.15
      ],
      "frame": [
        42,
        52,
        43
      ],
      "toolbar": [
        16,
        25,
        17
      ],
      "tab_text": [
        132,
        219,
        164
      ],
      "tab_background_text": [
        132,
        219,
        164
      ],
      "bookmark_text": [
        38,
        38,
        38
      ]
    },
    "tints": {
      "buttons": [
        0.001,
        0.001,
        0.8
      ],
      "frame_incognito": [
        0.329411764705882,
        0.100125156445557,
        0.173471741637832
      ],
      "frame_inactive": [
        0.001,
        0.001,
        0.15
      ],
      "frame_incognito_inactive": [
        0.001,
        0.001,
        0.15
      ]
    },
    "properties": {
      "ntp_background_alignment": "left top",
      "ntp_background_repeat": "no-repeat"
    }
  }
}