GMail — Refresh External Account Firefox

Examine source code of GMail — Refresh External Account

Inspect and view changes in GMail — Refresh External Account source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.0.1",
  "description": "__MSG_extensionDescription__",
  "author": "Daniel Rozenberg",
  "homepage_url": "https://github.com/danielrozenberg/gmail-refresh-external-accounts",
  "icons": {
    "48": "icons/logo.svg",
    "96": "icons/logo.svg"
  },
  "background": {
    "scripts": [
      "background.mjs"
    ],
    "type": "module"
  },
  "permissions": [
    "alarms",
    "storage",
    "tabHide"
  ],
  "host_permissions": [
    "https://mail.google.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "content.mjs"
      ]
    }
  ],
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "gmail-refresh-external-accounts@firefox.danielrozenberg.com"
    }
  }
}

Best GMail — Refresh External Account Alternatives

Here are some Firefox add-ons that are similar to GMail — Refresh External Account: