Examine source code of HackerPunk

Inspect and view changes in HackerPunk 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": "HackerMan",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-005-f5f3cf677b1f132c75ddc7bd319dd1fc.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(0, 0, 0)",
      "toolbar_text": "rgb(50, 205, 50)",
      "frame": "rgb(0, 0, 0)",
      "tab_background_text": "rgb(50, 205, 50)",
      "toolbar_field": "rgb(31, 31, 31)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(50, 205, 50)",
      "popup": "rgb(0, 0, 0)",
      "popup_text": "rgb(50, 205, 50)",
      "tab_loading": "rgb(50, 205, 50)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0176be9f-0457-46d5-a7f7-cd0902160997}"
    }
  }
}