Kaleido GitHub Graph

Kaleido GitHub Graph

Transform your GitHub Commit Graph into a vibrant display of colors with Kaleido GitHub Graph, a unique Chrome extension that…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Kaleido GitHub Graph",
  "version": "0.0.1",
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Kaleido GitHub Graph"
  },
  "content_scripts": [
    {
      "js": [
        "assets/style-injector.tsx-loader-c1d2b288.js"
      ],
      "matches": [
        "https://github.com/*"
      ]
    }
  ],
  "author": "y-hiraoka",
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "resources": [
        "assets/calculateColors-754c3b07.js",
        "assets/style-injector.tsx-2e4d3005.js"
      ],
      "use_dynamic_url": true
    }
  ]
}