Examine source code of Fish Connect Deluxe

Inspect and view changes in Fish Connect Deluxe 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 Connect Deluxe",
  "description": "Connect similar fish blocks to make a group of 3 or more, horizontally, vertically or diagonally adjacent fish to make block aqua.",
  "version": "1.0.0.2",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://netfreedomgames.com/chrome_apps/fish_connect_deluxe/index.html"
    ],
    "launch": {
      "web_url": "http://netfreedomgames.com/chrome_apps/fish_connect_deluxe/index.html"
    }
  }
}