Examine source code of Kanto Starters Peeking Dark

Inspect and view changes in Kanto Starters Peeking Dark 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.2",
  "name": "Kanto Starters Peeking Dark",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(54, 65, 82)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(43, 53, 68)",
      "tab_background_text": "rgb(138, 138, 145)",
      "toolbar_field": "rgb(43, 53, 68)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(54, 65, 82)",
      "popup": "rgb(43, 53, 68)",
      "popup_text": "rgb(255, 255, 255)",
      "button_background_active": "rgb(222, 67, 101)",
      "button_background_hover": "rgb(70, 82, 101)",
      "icons_attention": "rgb(255, 79, 117)",
      "sidebar_border": "rgb(43, 53, 68)",
      "sidebar_highlight": "rgb(85, 114, 135)",
      "sidebar_text": "rgb(255, 255, 255)",
      "sidebar": "rgb(43, 53, 68)",
      "tab_background_separator": "rgb(43, 53, 68)",
      "tab_loading": "rgb(255, 79, 117)",
      "tab_selected": "rgb(54, 65, 82)",
      "toolbar_bottom_separator": "rgb(54, 65, 82)",
      "toolbar_field_border_focus": "rgb(43, 53, 68)",
      "toolbar_field_highlight": "rgb(61, 93, 116)",
      "toolbar_field_separator": "rgb(70, 82, 101)",
      "toolbar_top_separator": "rgb(54, 65, 82)",
      "toolbar_vertical_separator": "rgba(70, 82, 101, 0)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d24e1b95-1ea8-41b9-a56e-bc1b21079efa}"
    }
  }
}