Angry Birds

Resolution 1024x768 Theme. Angry Birds is one of the most talked-about games in recent history. And now they’ve finally arrived on…
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.0",
  "name": "Angry Birds",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame_1024x768.png",
      "theme_toolbar": "images/theme_toolbar_1024x768.png",
      "theme_ntp_background": "images/theme_ntp_background_1024x768.jpg",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png"
    },
    "colors": {
      "frame": [
        29,
        86,
        118
      ],
      "toolbar": [
        230,
        245,
        254
      ],
      "tab_text": [
        3,
        45,
        68
      ],
      "tab_background_text": [
        3,
        45,
        68
      ],
      "bookmark_text": [
        3,
        45,
        68
      ],
      "ntp_background": [
        198,
        234,
        255
      ],
      "ntp_text": [
        3,
        45,
        68
      ],
      "ntp_link": [
        6,
        106,
        161
      ],
      "ntp_section": [
        230,
        245,
        254
      ],
      "ntp_section_text": [
        3,
        45,
        68
      ],
      "ntp_section_link": [
        6,
        106,
        161
      ]
    },
    "properties": {
      "ntp_background_alignment": "center top",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 1
    }
  }
}