Examine source code of FocusTab

Inspect and view changes in FocusTab 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": "FocusTab",
  "version": "1.2",
  "description": "Focus on a single task each day with this minimalist new tab page.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "chrome_settings_overrides": {
    "homepage": "newtab.html"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e471af6b-a6d9-47bf-b7de-fbb5a715f371}",
      "strict_min_version": "79.0"
    }
  }
}