Examine source code of Clean Hands Timer Pro

Inspect and view changes in Clean Hands Timer Pro 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
{
  "description": "__MSG_extensionDescription__",
  "icons": {
    "512": "icons/icon.png"
  },
  "version": "2.0",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "permissions": [
    "alarms",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "{18baebcf-230c-40b1-a172-623cfd7fcd0f}"
    }
  }
}