Space Sunrise

Space Sunrise

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1",
  "manifest_version": 2,
  "name": "Space Sunrise",
  "theme": {
    "images": {
      "theme_frame": "frame.png",
      "theme_toolbar": "toolbar.png",
      "theme_ntp_background": "background.png"
    },
    "colors": {
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_section_link": [
        255,
        255,
        255
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "frame": [
        255,
        255,
        255
      ],
      "toolbar": [
        10,
        17,
        27
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "button_background": [
        10,
        17,
        27
      ]
    },
    "tints": {
      "buttons": [
        1,
        1,
        1
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat"
    }
  }
}