Examine source code of Fishing Frenzy Game - Runs Offline

Inspect and view changes in Fishing Frenzy Game - Runs Offline 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://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "manifest_version": 3,
  "name": "Fishing Frenzy Game - Runs Offline",
  "description": "Fishing Frenzy - a very fun fishing game! Catch as many fish as you can, and blow up the hungry sharks. Play Now!",
  "version": "1.1",
  "homepage_url": "https://magbei.com/fishing-frenzy/",
  "offline_enabled": true,
  "icons": {
    "16": "assets/icons/16.png",
    "32": "assets/icons/32.png",
    "48": "assets/icons/48.png",
    "128": "assets/icons/128.png"
  },
  "action": {
    "default_icon": "assets/icons/128.png",
    "default_title": "Fishing Frenzy Game - Offline Game",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "assets/js/inout.js"
  }
}