Examine source code of Salad to Lunch Plants

Inspect and view changes in Salad to Lunch Plants 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "icons": {
    "32": "icon.png"
  },
  "name": "Salad to Lunch Plants",
  "description": "Changes Salad to Lunch Plants because of a really shitty typo.",
  "version": "0.1",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}