Examine source code of Lemon Aid

Inspect and view changes in Lemon Aid 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
{
  "name": "Lemon Aid",
  "description": "What a week, huh?",
  "manifest_version": 2,
  "version": "1.0.3",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "topSites"
  ]
}