Page action button for Github.Dev Firefox

Examine source code of Page action button for Github.Dev

Inspect and view changes in Page action button for Github.Dev source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page action button for Github.Dev",
  "description": "Adds a URL bar button to switch to Github Dev view of the repository",
  "version": "0.2.1",
  "applications": {
    "gecko": {
      "id": "toggle_github_dev@emvaized.dev"
    }
  },
  "developer": {
    "name": "Max Tsyba",
    "url": "https://github.com/emvaized/"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "*://github.com/*",
    "*://github.dev/*"
  ],
  "icons": {
    "64": "icon.svg"
  },
  "page_action": {
    "default_icon": {
      "64": "github.svg"
    },
    "default_title": "Toggle github.dev",
    "show_matches": [
      "*://github.com/*",
      "*://github.dev/*"
    ],
    "hide_matches": [
      "*://github.com/login/*"
    ]
  }
}

Best Page action button for Github.Dev Alternatives

Here are some Firefox add-ons that are similar to Page action button for Github.Dev: