Examine source code of windows 11 Captured Motion

Inspect and view changes in windows 11 Captured Motion 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.1",
  "name": "windows 11 Captured Motion",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "center center"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(204, 0, 0, 0.75)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(204, 0, 0)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgba(204, 0, 0, 0.75)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgba(204, 0, 0, 0.75)",
      "popup": "rgba(61, 61, 61, 0.75)",
      "popup_text": "rgb(255, 255, 255)",
      "icons_attention": "rgb(0, 0, 0)",
      "ntp_text": "rgb(255, 255, 255)",
      "popup_border": "rgba(61, 61, 61, 0.75)",
      "popup_highlight_text": "rgb(255, 255, 255)",
      "popup_highlight": "rgb(204, 0, 0)",
      "sidebar_border": "rgba(61, 61, 61, 0.75)",
      "sidebar_highlight_text": "rgb(0, 0, 0)",
      "sidebar_highlight": "rgb(204, 0, 0)",
      "sidebar_text": "rgb(255, 255, 255)",
      "sidebar": "rgb(61, 61, 61)",
      "tab_selected": "rgba(204, 0, 0, 0.75)",
      "tab_text": "rgb(255, 255, 255)",
      "toolbar_bottom_separator": "rgba(204, 0, 0, 0.75)",
      "toolbar_top_separator": "rgba(204, 0, 0, 0.75)",
      "tab_loading": "rgba(204, 0, 0, 0.75)"
    }
  }
}