Examine source code of Main Focus

Inspect and view changes in Main Focus 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,
  "short_name": "Main Focus",
  "name": "Main Focus",
  "author": "Saurabh Kumar",
  "version": "1.0.3",
  "description": "Main Focus, Weather and Time.",
  "icons": {
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{72bc4a97-0684-4bb2-a738-7ef394d66769}"
    }
  }
}