Examine source code of Hex Color Cat

Inspect and view changes in Hex Color Cat 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": "Hex Color Cat",
  "version": "1.0.3",
  "description": "This is an extension used to generate random hex / alpha-hex color codes.",
  "manifest_version": 3,
  "author": "Mohammad Saleem",
  "action": {
    "default_popup": "index.html",
    "default_title": "Hex Color Cat"
  },
  "icons": {
    "16": "hex-color-cat-16.png",
    "48": "hex-color-cat-48.png",
    "128": "hex-color-cat-128.png"
  },
  "permissions": [
    "clipboardWrite"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}