Examine source code of Black Gold

Inspect and view changes in Black Gold 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": "Black Gold",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(39, 39, 39)",
      "toolbar_text": "rgb(238, 193, 0)",
      "frame": "rgb(0, 0, 0)",
      "tab_background_text": "rgb(238, 193, 0)",
      "toolbar_field": "rgb(0, 0, 0)",
      "toolbar_field_text": "rgb(238, 193, 0)",
      "tab_line": "rgb(238, 193, 0)",
      "popup": "rgb(0, 0, 0)",
      "popup_text": "rgb(238, 193, 0)",
      "tab_loading": "rgb(238, 193, 0)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6ee5fa74-92e3-45f7-9794-40e330f793c7}"
    }
  }
}