Examine source code of Pink Bot

Inspect and view changes in Pink Bot 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,
  "name": "Pink Bot",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "center top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar_text": "rgb(218, 218, 218)",
      "frame": "rgb(61, 61, 73)",
      "toolbar_field": "rgba(61, 61, 73, 0)",
      "tab_loading": "rgb(241, 107, 255)",
      "icons_attention": "rgb(207, 62, 207)",
      "popup_text": "rgb(215, 226, 239)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_background_text": "rgb(215, 226, 239)",
      "toolbar_top_separator": "rgb(61, 61, 73)",
      "toolbar": "rgba(61, 61, 73, 0)",
      "toolbar_field_border_focus": "rgb(207, 62, 207)",
      "tab_selected": "rgba(216, 71, 212, 0.6)",
      "tab_line": "rgb(241, 107, 255)",
      "popup": "rgb(31, 34, 61)"
    }
  },
  "version": "2.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "{306c1813-0957-4ad2-9255-bb1a11342b58}"
    }
  }
}