Examine source code of Camo dynamic theme

Inspect and view changes in Camo dynamic theme 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": "Camo dynamic theme",
  "version": "2.8",
  "description": "Colorize your browser based on the website.",
  "permissions": [
    "<all_urls>",
    "theme",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background-script.js"
    ]
  }
}