Examine source code of What time is it right now?

Inspect and view changes in What time is it right now? 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": "What time is it right now?",
  "version": "1.0",
  "homepage_url": "https://github.com/schollsebastian/whattimeisitrightnow-extension#readme",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "What time is it right now?",
    "default_popup": "popup/index.html"
  }
}