Old Google Sheets Icons Firefox

Examine source code of Old Google Sheets Icons

By: Avery
Inspect and view changes in Old Google Sheets Icons source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Old Google Sheets Icons",
  "version": "1",
  "description": "Replaces the new Google Sheets icons 🤮 with the previous ones :3",
  "browser_specific_settings": {
    "gecko": {
      "id": "oldgooglesheetsicons@avery",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://docs.google.com/spreadsheets/*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon.png",
        "favicon.png"
      ],
      "matches": [
        "*://docs.google.com/*"
      ]
    }
  ]
}

Best Old Google Sheets Icons Alternatives

Here are some Firefox add-ons that are similar to Old Google Sheets Icons: