Examine source code of Timerify

Inspect and view changes in Timerify 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": "Timerify",
  "version": "1.0.1",
  "description": "Mind your online time",
  "manifest_version": 2,
  "icons": {
    "48": "icons/timerify-48.png"
  },
  "background": {
    "scripts": [
      "timerify.js"
    ]
  },
  "page_action": {
    "default_icon": "icons/timerify.svg",
    "browser_style": true
  },
  "permissions": [
    "activeTab",
    "tabs",
    "theme"
  ]
}