Examine source code of Matrix Wallpaper Chrome Theme - Futuristic Digital Aesthetic

Inspect and view changes in Matrix Wallpaper Chrome Theme - Futuristic Digital Aesthetic 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": "Matrix Wallpaper Chrome Theme - Futuristic Digital Aesthetic",
  "version": "1.1",
  "manifest_version": 3,
  "description": "Transform your browser with the Matrix Wallpaper Theme. Dive into the futuristic digital rain, inspired by the iconic Matrix movies.",
  "theme": {
    "images": {
      "theme_ntp_background": "images/93574.jpg"
    },
    "colors": {
      "ntp_background": [
        255,
        228,
        225
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_link": [
        0,
        102,
        204
      ],
      "ntp_section": [
        255,
        255,
        255
      ],
      "ntp_section_text": [
        0,
        0,
        0
      ],
      "ntp_header": [
        102,
        102,
        102
      ],
      "frame": [
        64,
        128,
        64
      ],
      "toolbar": [
        0,
        59,
        0
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        255,
        255,
        255
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}