Github Solutions

Github Solutions

Get your arranged github issue page with project name, You can see all projects name in issue page list.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "src/icon16.png",
    "48": "src/icon48.png",
    "128": "src/icon128.png"
  },
  "manifest_version": 2,
  "name": "Github Solutions",
  "description": "Get your arranged github issue page with project name, You can see all projects name in issue page list.",
  "version": "1.7.2",
  "author": "Piyush Sinha",
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*/*/*"
      ],
      "js": [
        "src/loader.js"
      ]
    }
  ]
}