Cute Pixel Panda Bears

Cute Pixel Panda Bears

A pretty display of panda bears pixeled onto a dark background

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.1",
  "name": "Cute Pixel Panda Bears",
  "description": "A pretty display of panda bears pixeled onto a dark background",
  "author": "SleepyStardust",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_window_control_background": "images/theme_window_control_background.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_ntp_background": "images/theme_ntp_background.png"
    },
    "colors": {
      "frame": [
        84,
        84,
        84
      ],
      "toolbar": [
        237,
        237,
        237
      ],
      "tab_text": [
        168,
        168,
        168
      ],
      "tab_background_text": [
        0,
        0,
        0
      ],
      "bookmark_text": [
        168,
        168,
        168
      ],
      "ntp_text": [
        109,
        109,
        109
      ],
      "ntp_background": [
        84,
        84,
        84
      ],
      "ntp_header": [
        0,
        0,
        0
      ],
      "button_background": [
        237,
        237,
        237
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "repeat",
      "ntp_logo_alternate": 1
    }
  }
}