Batman Animated Theme

Batman Animated Theme

Chrome theme based on the classic Batman: The Animated Series. Fits 1920x1080 resolutions best.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Batman Animated Theme",
  "version": "1.0",
  "description": "Chrome theme based on the classic Batman: The Animated Series.  Fits 1920x1080 resolutions best.",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.jpeg",
      "theme_frame_overlay": "images/theme_frame_overlay.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png"
    },
    "colors": {
      "frame": [
        38,
        46,
        59
      ],
      "toolbar": [
        191,
        197,
        226
      ],
      "tab_text": [
        38,
        46,
        59
      ],
      "tab_background_text": [
        191,
        197,
        226
      ],
      "bookmark_text": [
        38,
        46,
        59
      ],
      "ntp_background": [
        230,
        225,
        225
      ],
      "ntp_text": [
        238,
        238,
        235
      ],
      "ntp_link": [
        6,
        55,
        116
      ],
      "button_background": [
        55,
        28,
        26,
        0.01
      ]
    },
    "tints": {
      "buttons": [
        0.6,
        0.22,
        0.19
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "no-repeat"
    }
  }
}