WebExtension.net
WebExtension.net

Grayscale Favicons

View on Chrome Web Store
View Grayscale Favicons Chrome Extension on Chrome Web Store
0.0 (0 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Desaturates the icons in your tabs.
Type
Extension
Users
7 users
1
Website adamschwartz.co
Adam Schwartz
View author page of Adam Schwartz
Published
Published on November 5, 2024
Version 0.5
Manifest version
3
Updated
Updated on November 5, 2024
View on Chrome Web Store
View Grayscale Favicons Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Grayscale Favicons",
    "description": "Desaturates the icons in your tabs.",
    "version": "0.5",
    "permissions": [
        "favicon"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                "<all_urls>"
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top