Examine source code of Teal Arrow

Inspect and view changes in Teal Arrow 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.0",
  "name": "Teal Arrow",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(24, 41, 82, 0.81)",
      "toolbar_text": "rgb(33, 230, 193)",
      "frame": "rgb(24, 41, 82)",
      "tab_background_text": "rgb(164, 190, 185)",
      "toolbar_field": "rgba(33, 230, 193, 0.22)",
      "toolbar_field_text": "rgb(33, 230, 193)",
      "tab_line": "rgb(33, 230, 193)",
      "popup": "rgb(24, 41, 82)",
      "popup_text": "rgb(102, 171, 159)",
      "tab_loading": "rgb(33, 230, 193)"
    }
  }
}