Examine source code of hello pikachu

Inspect and view changes in hello pikachu 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
{
  "name": "hello pikachu",
  "manifest_version": 2,
  "version": "3.0",
  "theme": {
    "images": {
      "theme_frame": "pokemon.gif"
    },
    "colors": {
      "frame": "rgba(245, 247, 178, 0.68)",
      "tab_background_text": "rgba(77, 7, 7, 1)",
      "toolbar": "rgba(255, 255, 255, 0)",
      "bookmark_text": "rgba(77, 7, 7, 1)",
      "toolbar_field": "rgba(255, 255, 255, 0)",
      "toolbar_field_text": "rgba(77, 7, 7, 1)",
      "tab_line": "rgba(247, 189, 74, 1)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b2a3deb0-ee3e-411a-8a60-be0c21bbea8e}"
    }
  }
}