Examine source code of Grey Metal Alchemist

Inspect and view changes in Grey Metal Alchemist 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": "http://clients2.google.com/service/update2/crx",
  "version": "0.0.1",
  "name": "Grey Metal Alchemist",
  "theme": {
    "images": {
      "theme_frame": "i/FRAMUL.png",
      "theme_frame_incognito": "i/FRAMUL.png",
      "theme_toolbar": "i/theme_toolbar.png",
      "theme_tab_background": "i/theme_tab_background.png",
      "theme_tab_background_incognito": "i/theme_tab_background_incognito.png",
      "theme_tab_background_v": "i/theme_tab_background.png",
      "theme_button_background": "i/theme_tab_background.png",
      "theme_window_control_background": "i/theme_window_control_background.png",
      "theme_ntp_background": "i/Pat8Magic.png"
    },
    "colors": {
      "frame": [
        232,
        232,
        232
      ],
      "frame_inactive": [
        30,
        30,
        30
      ],
      "frame_incognito": [
        150,
        150,
        150
      ],
      "frame_incognito_inactive": [
        126,
        126,
        152
      ],
      "toolbar": [
        140,
        140,
        140,
        0.2
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        210,
        210,
        210
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_background": [
        186,
        186,
        186
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_header": [
        140,
        140,
        140,
        0.1
      ],
      "ntp_section": [
        140,
        140,
        140,
        0.3
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "control_background": [
        243,
        243,
        243
      ],
      "ntp_section_link": [
        255,
        255,
        255
      ],
      "button_background": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.98
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        0.55,
        0.2,
        0.36
      ],
      "background_tab": [
        -1,
        0.5,
        0.7
      ]
    },
    "properties": {
      "ntp_background_alignment": "right bottom",
      "ntp_background_repeat": "repeat-x",
      "ntp_logo_alternate": 1
    }
  }
}