Examine source code of Retro Road Trip

Inspect and view changes in Retro Road Trip 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",
  "name": "Retro Road Trip",
  "version": "1.0",
  "description": "",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.jpeg",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.jpeg"
    },
    "colors": {
      "frame": [
        222,
        225,
        230
      ],
      "toolbar": [
        67,
        138,
        131
      ],
      "tab_text": [
        223,
        252,
        245
      ],
      "tab_background_text": [
        217,
        250,
        242
      ],
      "bookmark_text": [
        216,
        252,
        244
      ],
      "ntp_background": [
        44,
        93,
        104
      ],
      "ntp_text": [
        60,
        156,
        144
      ],
      "ntp_link": [
        250,
        197,
        178
      ],
      "button_background": [
        72,
        111,
        107,
        0.9
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        1
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}