New Year Coffee Cup

A festive coffee cup with golden outlines and a 'Happy New Year 2025' text on a clean white surface.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "manifest_version": 3,
  "version": "1.0.1",
  "theme": {
    "images": {
      "theme_ntp_background": "New Year Coffee Cup.png"
    },
    "colors": {
      "frame": [
        44,
        54,
        64
      ],
      "toolbar": [
        69,
        86,
        101
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar_button_icon": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "toolbar_text": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ]
    }
  },
  "default_locale": "en",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}