Examine source code of Fruit Collect Game

Inspect and view changes in Fruit Collect Game 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": "Fruit Collect Game",
  "version": "0.1.2",
  "description": "Collect as many fruits as you can in a given time!",
  "action": {
    "default_icon": "images/logo.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "permissions": [
    "storage"
  ],
  "offline_enabled": true,
  "manifest_version": 3
}