Examine source code of Daydreaming Elephant

Inspect and view changes in Daydreaming Elephant source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Daydreaming Elephant",
  "description": "Elephant stands in the middle of a room and looking into the wall. Probably daydreaming about another place to live with more space.",
  "manifest_version": 3,
  "version": "1.0.0",
  "theme": {
    "images": {
      "theme_ntp_background": "Daydreaming Elephant.png"
    },
    "colors": {
      "frame": [
        50,
        55,
        55
      ],
      "toolbar": [
        79,
        87,
        87
      ],
      "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
      ]
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}