Lord of the Rings

Lord of the Rings

An unofficial Lord of the Rings theme for Google Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "2.8",
  "name": "Lord of the Rings",
  "manifest_version": 2,
  "description": "An unofficial Lord of the Rings theme for Google Chrome.",
  "theme": {
    "images": {
      "theme_frame": "img/frame.jpg",
      "theme_frame_incognito": "img/frame_incognito.jpg",
      "theme_toolbar": "img/toolbar.jpg",
      "theme_tab_background": "img/tab_background.jpg",
      "theme_tab_background_incognito": "img/tab_background.jpg",
      "theme_ntp_background": "img/ntp_background.jpg",
      "theme_ntp_attribution": "img/ntp_attribution.png",
      "theme_frame_overlay": "img/frame_overlay.png"
    },
    "colors": {
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_link": [
        0,
        0,
        0
      ],
      "ntp_header": [
        0,
        0,
        0
      ],
      "ntp_section": [
        74,
        57,
        37
      ],
      "ntp_section_link": [
        0,
        0,
        0
      ],
      "ntp_section_text": [
        0,
        0,
        0
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "button_background": [
        74,
        57,
        37
      ],
      "tab_background_text": [
        205,
        150,
        100
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "frame": [
        255,
        125,
        0
      ],
      "frame_incognito": [
        54,
        49,
        43
      ],
      "toolbar": [
        74,
        57,
        37
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "repeat"
    },
    "tints": {
      "buttons": [
        1,
        1,
        1
      ]
    }
  }
}