Examine source code of Road in the Forest 1080p

Inspect and view changes in Road in the Forest 1080p 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": "__MSG_name__",
  "description": "__MSG_description__",
  "manifest_version": 3,
  "version": "1.0.0",
  "default_locale": "en",
  "icons": {
    "128": "icon.png"
  },
  "theme": {
    "images": {
      "theme_toolbar": "theme_toolbar.png",
      "theme_ntp_background": "theme_ntp_background.png",
      "theme_frame": "theme_frame.png",
      "theme_frame_inactive": "theme_frame_inactive.png"
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 1
    },
    "colors": {
      "tab_text": [
        193,
        193,
        193
      ],
      "bookmark_text": [
        193,
        193,
        193
      ],
      "frame": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        153,
        153,
        153
      ],
      "frame_inactive": [
        0,
        0,
        0
      ],
      "toolbar": [
        20,
        20,
        20
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_background": [
        20,
        20,
        20
      ],
      "omnibox_background": [
        36,
        33,
        29
      ],
      "omnibox_text": [
        194,
        194,
        194
      ],
      "tab_background_text_inactive": [
        112,
        112,
        112
      ],
      "toolbar_button_icon": [
        194,
        194,
        194
      ],
      "ntp_link": [
        251,
        255,
        117
      ],
      "background_tab": [
        38,
        38,
        38
      ],
      "background_tab_inactive": [
        38,
        38,
        38
      ],
      "toolbar_text": [
        194,
        194,
        194
      ]
    },
    "tints": {
      "buttons": [
        -1,
        -1,
        -1
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ],
      "background_tab": [
        -1,
        -1,
        -1
      ]
    },
    "clear_new_tab": {
      "size": "cover_screen"
    }
  }
}