Examine source code of Terraria Glowing Mushroom

Inspect and view changes in Terraria Glowing Mushroom 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
{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Terraria Glowing Mushroom",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "left center"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(0, 7, 27)",
      "toolbar_text": "rgb(77, 116, 232)",
      "frame": "rgb(16, 42, 111)",
      "tab_background_text": "rgb(163, 186, 254)",
      "toolbar_field": "rgb(2, 1, 68)",
      "toolbar_field_text": "rgb(163, 186, 254)",
      "tab_line": "rgb(45, 71, 255)",
      "popup": "rgb(0, 7, 27)",
      "popup_text": "rgb(163, 186, 254)",
      "tab_loading": "rgb(45, 71, 255)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5595a2e1-0d9f-4225-8d46-4f943596ec6d}"
    }
  }
}