Examine source code of Microsoft Flight Simulator – Twilight Vista

Inspect and view changes in Microsoft Flight Simulator – Twilight Vista 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.2",
  "name": "__MSG_themeName__",
  "default_locale": "en_US",
  "theme": {
    "images": {
      "theme_frame": "frame_background.png",
      "theme_frame_inactive": "frame_background_inactive.png",
      "theme_frame_incognito": "frame_background.png",
      "theme_frame_incognito_inactive": "frame_background_inactive.png",
      "theme_ntp_background": "theme_ntp_background.png",
      "vertical_theme_frame": "frame_background_vertical.png",
      "vertical_theme_frame_incognito": "frame_background_vertical.png"
    },
    "colors": {
      "frame": [
        125,
        58,
        68
      ],
      "frame_inactive": [
        105,
        50,
        58
      ],
      "frame_incognito": [
        125,
        58,
        68
      ],
      "frame_incognito_inactive": [
        105,
        50,
        58
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        38,
        28,
        44
      ],
      "toolbar_button_icon": [
        255,
        255,
        255
      ],
      "omnibox_background": [
        57,
        44,
        69
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_background": [
        38,
        28,
        44
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "vertical_frame": [
        65,
        54,
        72
      ],
      "vertical_frame_incognito": [
        65,
        54,
        72
      ],
      "vertical_active_tab": [
        131,
        60,
        68
      ],
      "vertical_active_tab_incognito": [
        131,
        60,
        68
      ],
      "vertical_tab_text": [
        255,
        255,
        255
      ],
      "vertical_tab_text_incognito": [
        255,
        255,
        255
      ],
      "vertical_tab_background_text": [
        255,
        255,
        255
      ],
      "vertical_toolbar_button_icon": [
        255,
        255,
        255
      ],
      "vertical_toolbar_button_icon_incognito": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ],
      "background_tab": [
        -1,
        -1,
        -1
      ],
      "buttons": [
        -1,
        -1,
        -1
      ]
    },
    "properties": {
      "ntp_background_repeat": "no-repeat",
      "ntp_background_alignment": "left top",
      "ntp_logo_alternate": 1
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}