Old Google Icons

Old Google Icons

Replaces the new Google icons with the classic Google icons.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Old Google Icons",
  "version": "1.0.0",
  "description": "Replaces the new Google icons with the classic Google icons.",
  "author": "John Pham <[email protected]>",
  "homepage_url": "https://github.com/JohnPhamous/old-google-icons-extension",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*",
        "https://calendar.google.com/*",
        "https://drive.google.com/*",
        "https://meet.google.com/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}