Examine source code of Fish Eater

Inspect and view changes in Fish Eater 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",
  "name": "Fish Eater",
  "description": "A simple game featuring fish, where you must eat the smaller fish to become big and rule the pond.",
  "version": "4.0.0",
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "img/icon_16.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 2
}