Examine source code of Ghelper

Inspect and view changes in Ghelper 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
{
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "2.8.16",
  "minimum_chrome_version": "88",
  "homepage_url": "https://ghelper.net",
  "default_locale": "zh_CN",
  "options_page": "options.html",
  "action": {
    "default_title": "__MSG_name__",
    "default_icon": "assets/img/icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "sw.js"
  },
  "icons": {
    "16": "assets/img/icon.png",
    "48": "assets/img/icon48.png",
    "128": "assets/img/icon128.png"
  },
  "permissions": [
    "management",
    "proxy",
    "alarms",
    "storage"
  ],
  "host_permissions": [],
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}