Examine source code of Hex to RGB Converter

Inspect and view changes in Hex to RGB Converter 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": "Hex to RGB Converter",
  "version": "1.0",
  "description": "Hex to RGB Converter. This utility will help users convert hex color codes into RGB color format.",
  "permissions": [],
  "browser_action": {
    "default_popup": "game.html",
    "default_icon": {
      "128": "images/hexcolor-logo.png"
    }
  },
  "icons": {
    "128": "images/hexcolor-logo.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8e48cd51-c5f6-4ffd-bc55-8564be437da1}"
    }
  }
}