Paper Mega Man

Nintendo theme featuring Capcom's Mega Man (also known as Rockman in Japan). This game is considered the most successful game for…
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.11",
  "name": "Paper Mega Man",
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_ntp_background": "images/background.png",
      "theme_tab_background": "images/tab.png",
      "theme_window_control_background": "images/ctrl.png",
      "theme_ntp_attribution": "images/attribution.png"
    },
    "colors": {
      "ntp_link": [
        55,
        55,
        255
      ],
      "ntp_text": [
        5,
        5,
        55
      ],
      "ntp_section_link": [
        5,
        5,
        245
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "ntp_section": [
        0,
        112,
        236
      ],
      "ntp_background": [
        235,
        235,
        235
      ],
      "frame": [
        6,
        54,
        128
      ],
      "toolbar": [
        115,
        115,
        215
      ],
      "tab_text": [
        225,
        225,
        255
      ],
      "tab_background_text": [
        28,
        28,
        115
      ],
      "bookmark_text": [
        215,
        215,
        235
      ]
    },
    "tints": {
      "buttons": [
        -0.1539,
        0.993,
        -0.9917
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}