GitHub Actions Folders Firefox

Examine source code of GitHub Actions Folders

By: Kurigi Add-on
Inspect and view changes in GitHub Actions Folders source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub Actions Folder Organizer",
  "version": "1.0.0",
  "description": "Organize GitHub Actions workflows into custom folders for better project organization",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://github.com/*",
    "https://raw.githubusercontent.com/*",
    "https://api.github.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-actions-folders@kurigi.dev",
      "strict_min_version": "109.0"
    }
  },
  "action": {
    "default_popup": "src/popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "lib/browser-polyfill.min.js",
      "src/background/service-worker.js"
    ],
    "service_worker": "src/background/service-worker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*/*/actions*"
      ],
      "js": [
        "lib/browser-polyfill.min.js",
        "src/content/constants/selectors.js",
        "src/content/constants/config.js",
        "src/content/core/repository-info.js",
        "src/content/core/workflow-organizer.js",
        "src/content/services/token-service.js",
        "src/content/services/repo-detector.js",
        "src/content/services/storage-service.js",
        "src/content/services/messaging-service.js",
        "src/content/services/permissions-service.js",
        "src/content/ui/dom-selector.js",
        "src/content/ui/css-injector.js",
        "src/content/ui/loading-state.js",
        "src/content/ui/folder-renderer.js",
        "src/content/ui/toggle-button.js",
        "src/content/ui/notification-banner.js",
        "src/content/main.js"
      ],
      "css": [
        "src/content/content.css",
        "src/content/ui/notification-banner.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_page": "src/options/options.html",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best GitHub Actions Folders Alternatives

Here are some Firefox add-ons that are similar to GitHub Actions Folders: