Examine source code of Clock Dynamic Theme

Inspect and view changes in Clock 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": "Clock Dynamic Theme",
  "version": "0.1",
  "description": "A dynamic theme with clock",
  "homepage_url": "https://colorfox.jackjyq.com/",
  "permissions": [
    "alarms",
    "theme"
  ],
  "icons": {
    "48": "icon@48.png",
    "96": "icon@96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "applications": {
    "gecko": {
      "strict_min_version": "55.0a2"
    }
  }
}