GitHub Project Enhancer Firefox

Examine source code of GitHub Project Enhancer

Inspect and view changes in GitHub Project Enhancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Project Enhancer",
  "short_name": "GPE",
  "version": "0.7.2",
  "description": "Enhance GitHub Projects to add accordion UI and so on.",
  "icons": {
    "128": "assets/icon.png"
  },
  "author": "ryz310@gmail.com",
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*/projects/*"
      ],
      "css": [
        "css/foldering.css",
        "css/storyPoint.css"
      ],
      "js": [
        "js/foldering.js",
        "js/storyPoint.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": false
  }
}

Best GitHub Project Enhancer Alternatives

Here are some Firefox add-ons that are similar to GitHub Project Enhancer: