Examine source code of Raiden Shogun - Genshin Impact

Inspect and view changes in Raiden Shogun - Genshin Impact 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": "Raiden Shogun",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(225, 234, 239, 0)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(175, 80, 215)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgba(255, 255, 255, 0)",
      "toolbar_field_text": "rgb(250, 46, 176)",
      "tab_line": "rgb(250, 46, 176)",
      "popup": "rgb(247, 224, 255)",
      "popup_text": "rgb(175, 80, 215)",
      "ntp_background": "rgb(175, 80, 215)",
      "ntp_text": "rgb(255, 255, 255)",
      "popup_border": "rgb(250, 46, 176)",
      "popup_highlight_text": "rgb(175, 80, 215)",
      "popup_highlight": "rgb(250, 46, 176)",
      "sidebar_border": "rgb(250, 46, 176)",
      "sidebar_highlight_text": "rgb(175, 80, 215)",
      "sidebar_highlight": "rgb(250, 46, 176)",
      "sidebar_text": "rgb(175, 80, 215)",
      "tab_loading": "rgb(175, 80, 215)",
      "tab_text": "rgb(255, 255, 255)",
      "toolbar_field_border_focus": "rgb(175, 80, 215)",
      "toolbar_field_highlight_text": "rgb(175, 80, 215)",
      "toolbar_field_highlight": "rgb(175, 80, 215)",
      "toolbar_field_separator": "rgba(175, 80, 215, 0)",
      "toolbar_top_separator": "rgba(175, 80, 215, 0)",
      "toolbar_vertical_separator": "rgb(175, 80, 215)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{51b0ff22-58ec-42ec-8bad-905a9b4de0e8}"
    }
  }
}