Catppuccin for GitHub File Explorer Icons

Catppuccin for GitHub File Explorer Icons

Soothing pastel icons for GitHub File Explorer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Catppuccin for GitHub File Explorer Icons",
  "description": "Soothing pastel icons for GitHub File Explorer",
  "version": "0.5.0",
  "icons": {
    "16": "icon-16.png",
    "24": "icon-24.png",
    "48": "icon-48.png",
    "96": "icon-96.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "homepage_url": "https://github.com/catppuccin/github-file-explorer-icons",
  "action": {
    "default_title": "Catppuccin for GitHub File Explorer Icons",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}