GDrive: Custom Colors for Google Drive Firefox

Examine source code of GDrive: Custom Colors for Google Drive

Inspect and view changes in GDrive: Custom Colors for Google Drive source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GDrive: Custom Colors for Google Drive",
  "description": "Add unlimited custom colors to Google Drive folders. No OAuth, no setup, just a cleaner Drive.",
  "version": "1.0.0",
  "options_ui": {
    "page": "src/pages/options/index.html"
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": {
      "32": "icon32.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://www.google-analytics.com/*",
    "https://api.lemonsqueezy.com/*"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/index.tsx-loader-CJEnwnj2.js"
      ],
      "matches": [
        "https://drive.google.com/*"
      ],
      "css": [
        "contentStyle.css",
        "assets/index-BfK2jIsk.css"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://drive.google.com/*"
      ],
      "resources": [
        "contentStyle.css",
        "icon128.png",
        "icon32.png",
        "assets/storage-CbmHyXvE.js",
        "assets/pickr.min-qR8Ncdbm.js",
        "assets/index.tsx-6OoifVds.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gdrive-pro-custom-colors@velikii",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "service-worker-loader.js"
    ],
    "type": "module"
  }
}

Best GDrive: Custom Colors for Google Drive Alternatives

Here are some Firefox add-ons that are similar to GDrive: Custom Colors for Google Drive: