Examine source code of MWAP

Inspect and view changes in MWAP 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": "1.1",
  "name": "MWAP",
  "theme": {
    "images": {
      "theme_frame": "image/frame.png",
      "theme_toolbar": "image/toolbar.png",
      "theme_tab_background": "image/toolbarback.png",
      "theme_ntp_background": "image/ntp_background.png"
    },
    "colors": {
      "frame": [
        255,
        255,
        255
      ],
      "toolbar": [
        0,
        0,
        0
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_section": [
        194,
        194,
        194
      ],
      "button_background": [
        150,
        150,
        150
      ],
      "button": [
        255,
        255,
        255
      ],
      "ntp_background": [
        27,
        27,
        27
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        150,
        150,
        150
      ],
      "bookmark_text": [
        200,
        200,
        200
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}