Page action button for Github.Dev Firefox

Examine source code of Page action button for Github.Dev

Por: emvaized
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/*"
    ]
  }
}

Mejores alternativas Page action button for Github.Dev

Aquí hay algunas Firefox add-ons que son similares a Page action button for Github.Dev: