Examine source code of Path of Exile - Medusa

Inspect and view changes in Path of Exile - Medusa 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "name": "Path of Exile - Medusa",
  "description": "1366x768 user requested.",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_toolbar": "images/toolbar.png",
      "theme_frame": "images/frame.png",
      "theme_tab_background": "images/tab.png",
      "theme_ntp_background": "images/background_toxic"
    },
    "colors": {
      "ntp_link": [
        217,
        216,
        217
      ],
      "ntp_text": [
        217,
        216,
        217
      ],
      "ntp_section_link": [
        217,
        216,
        217
      ],
      "ntp_section_text": [
        217,
        216,
        217
      ],
      "ntp_background": [
        111,
        109,
        110,
        0.5
      ],
      "ntp_header": [
        5,
        4,
        2,
        0.15
      ],
      "ntp_section": [
        5,
        4,
        2,
        0.15
      ],
      "frame": [
        5,
        4,
        2
      ],
      "toolbar": [
        111,
        109,
        110
      ],
      "tab_text": [
        217,
        216,
        217
      ],
      "tab_background_text": [
        217,
        216,
        217
      ],
      "bookmark_text": [
        217,
        216,
        217
      ]
    },
    "tints": {
      "buttons": [
        0.916666666666666,
        0.00909090909090912,
        0.431372549019608
      ],
      "frame_incognito": [
        0.104575163398693,
        0.403361344537815,
        0.0129181084198385
      ],
      "frame_inactive": [
        0.916666666666666,
        0.00909090909090912,
        0.85
      ],
      "frame_incognito_inactive": [
        0.916666666666666,
        0.00909090909090912,
        0.85
      ]
    },
    "properties": {
      "ntp_background_alignment": "left top",
      "ntp_background_repeat": "no-repeat"
    }
  }
}