Github Actions Flexible Interface

Github Actions Flexible Interface

This extension gives flexible customization of the workflows menu. Gives the abilities: folders, rename workflows, group builds

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Github Actions Flexible Interface",
  "author": "Dmitry Sergeev",
  "homepage_url": "https://github.com/identw/github-actions-flexible-interface",
  "version": "0.3.18",
  "description": "This extension gives flexible customization of the workflows menu. Gives the abilities: folders, rename workflows, group builds",
  "icons": {
    "16": "16x16.png",
    "24": "24x24.png",
    "32": "32x32.png",
    "48": "48x48.png",
    "64": "64x64.png",
    "96": "96x96.png",
    "128": "128x128.png",
    "256": "256x256.png",
    "512": "512x512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/**/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}