Examine source code of Good Day

Inspect and view changes in Good Day 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": "Good Day",
  "version": "1.0.1",
  "description": "Has a nice warm message every day.",
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "browser_action": {
    "default_icon": "icons/48.png",
    "default_title": "Good Day",
    "default_popup": "popup/goodday.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7d55609b-edda-4af4-9b83-323e1117fce0}"
    }
  }
}