Examine source code of Chrome Refresh Guard

Inspect and view changes in Chrome Refresh Guard 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": "Chrome Refresh Guard",
  "version": "1.0.1",
  "manifest_version": 3,
  "author": "kynetiv",
  "description": "Guards browser from navigation / refresh of the currently inspected page. Activate by visiting devtools 'Refresh Guard' panel tab.",
  "devtools_page": "devtoolsRefreshGuard.html",
  "icons": {
    "16": "refresh-guard16.png",
    "32": "refresh-guard32.png",
    "128": "refresh-guard128.png"
  }
}