GitHub Action Dropdown Input Firefox

Examine source code of GitHub Action Dropdown Input

Inspect and view changes in GitHub Action Dropdown Input source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Action Dropdown Input",
  "description": "Extends GitHub Action UI replacing plain text input fields to dropdown.",
  "version": "0.3.0",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "homepage_url": "https://github.com/arthurbdiniz/gh-action-dropdown-list-input",
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "GitHub workflows dropdown inputs"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gh-action-dropdown-list-input@arthurbdiniz.com",
      "strict_min_version": "57.0a1"
    }
  }
}

Best GitHub Action Dropdown Input Alternatives

Here are some Firefox add-ons that are similar to GitHub Action Dropdown Input: