Git Kanban Enhanced SelfHosted Firefox

Examine source code of Git Kanban Enhanced SelfHosted

Inspect and view changes in Git Kanban Enhanced SelfHosted source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Git Kanban Enhanced Self Hosted",
  "short_name": "GKESH",
  "version": "0.0.7",
  "description": "Kanban extensions for self hosted github, gitlab, bitbucket, and gitea",
  "author": "http://github.com/lastlink",
  "manifest_version": 2,
  "icons": {
    "16": "icons/16.png",
    "128": "icons/128.png"
  },
  "homepage_url": "https://github.com/funktechno/git-kanban-enhanced-extension",
  "applications": {
    "gecko": {
      "id": "git-kanban-enhanced-extension@funktechno.com"
    }
  },
  "permissions": [
    "<all_urls>",
    "contextMenus",
    "storage",
    "webNavigation"
  ],
  "browser_action": {
    "default_title": "Options Button",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "js/inject.js"
      ],
      "exclude_matches": [
        "*://extensions/*"
      ],
      "run_at": "document_end",
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}

Best Git Kanban Enhanced SelfHosted Alternatives

Here are some Firefox add-ons that are similar to Git Kanban Enhanced SelfHosted: