Examine source code of Play Mad Fish Online-No Ads

Inspect and view changes in Play Mad Fish Online-No Ads 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": 3,
  "name": "__MSG_appName__",
  "version": "0.1",
  "description": "__MSG_appDesc__",
  "action": {
    "default_icon": "images/icon128.png"
  },
  "author": "जय श्री राम",
  "default_locale": "en",
  "background": {
    "service_worker": "scripts/service-worker.js"
  },
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "offline_enabled": false,
  "permissions": [
    "storage",
    "notifications",
    "alarms"
  ]
}