Space soldiers

Space soldiers

My religion consists of a humble admiration of the illimitable superior spirit who reveals himself in the slight details we are…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Space soldiers",
  "version": "1.0",
  "description": "",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.png"
    },
    "colors": {
      "frame": [
        11,
        36,
        70
      ],
      "toolbar": [
        54,
        123,
        175
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        160,
        160,
        160
      ],
      "bookmark_text": [
        47,
        53,
        103
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "button_background": [
        12,
        51,
        83,
        0.9
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        1
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "no-repeat"
    }
  }
}