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": 2,
  "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",
  "browser_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"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{bbb880ce-43c9-47ae-b746-c3e0096c5b76}"
    }
  }
}