Github License Summary

Github License Summary

An extension to show license summary on Github repository

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Github License Summary",
  "version": "1.0",
  "description": "An extension to show license summary on Github repository",
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*/*"
      ],
      "js": [
        "src/main.js"
      ],
      "css": [
        "src/main.css"
      ]
    }
  ]
}