Examine source code of MFA (Multi Factor Authentication Assistant)

Inspect and view changes in MFA (Multi Factor Authentication Assistant) 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
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "1.1.3",
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "author": "June07 <667@june07.com> (https://june07.com/)",
  "action": {
    "default_icon": {
      "16": "/icon/icon16.png",
      "24": "/icon/icon24.png",
      "32": "/icon/icon32.png"
    },
    "default_title": "__MSG_appName__",
    "default_popup": "/src/popup.html"
  },
  "icons": {
    "16": "/icon/icon16.png",
    "24": "/icon/icon24.png",
    "32": "/icon/icon32.png",
    "48": "/icon/icon48.png",
    "64": "/icon/icon64.png",
    "96": "/icon/icon96.png",
    "128": "/icon/icon128.png",
    "256": "/icon/icon256.png",
    "384": "/icon/icon384.png",
    "512": "/icon/icon512.png"
  },
  "background": {
    "service_worker": "/src/sw.js"
  },
  "permissions": [
    "identity",
    "storage",
    "tabs",
    "scripting",
    "webNavigation",
    "system.display"
  ],
  "oauth2": {
    "client_id": "539582662830-6v1fkqlbb137jm1bojau4p0h0tc52so3.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/gmail.readonly"
    ]
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}