The Bastion

The Bastion

A Chrome theme based on the popular indie game Bastion by Supergiant Games.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "The Bastion",
  "version": "1.1.4",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_tab_background": "images/tab.png",
      "theme_tab_background_incognito": "images/tab.png",
      "theme_ntp_background": "images/background.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png",
      "theme_window_control_background": "images/window_control_background.png"
    },
    "colors": {
      "frame": [
        147,
        80,
        0
      ],
      "toolbar": [
        71,
        71,
        71
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        200,
        200,
        200
      ],
      "bookmark_text": [
        242,
        242,
        242
      ],
      "ntp_background": [
        156,
        159,
        164
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_link": [
        235,
        219,
        155
      ]
    },
    "tints": {
      "buttons": [
        0.097,
        1,
        0.375
      ],
      "frame_inactive": [
        -1,
        0.4,
        0.6
      ]
    },
    "properties": {
      "ntp_background_alignment": "left top",
      "ntp_background_repeat": "repeat"
    }
  }
}