Examine source code of DateTimeDisplay

Inspect and view changes in DateTimeDisplay 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": "DateTimeDisplay",
  "version": "1.0",
  "description": "Displays the current date and time in the toolbar.",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icon.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ea70fd7a-4443-4f73-b771-8dba4f950935}"
    }
  }
}