Examine source code of The Legend of Zelda: Breath of the wild

Inspect and view changes in The Legend of Zelda: Breath of the wild 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",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "1.0.0",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "images/icons/icon16.png",
    "48": "images/icons/icon48.png",
    "128": "images/icons/icon128.png"
  },
  "author": "Seiri",
  "theme": {
    "colors": {
      "frame": [
        78,
        50,
        30
      ],
      "toolbar": [
        251,
        247,
        220
      ],
      "toolbar_text": [
        0,
        0,
        0
      ],
      "toolbar_button_icon": [
        0,
        0,
        0
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "ntp_background": [
        165,
        136,
        92
      ],
      "bookmark_text": [
        0,
        0,
        0
      ],
      "omnibox_text": [
        0,
        0,
        0
      ],
      "omnibox_background": [
        0,
        0,
        0,
        0.2
      ]
    },
    "images": {
      "theme_ntp_background": "images/theme_ntp_background.png"
    },
    "properties": {
      "ntp_background_alignment": "buttom",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 0
    }
  }
}