Reach for the Stars

Reach for the Stars

Superman Chrome Theme

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Reach for the Stars",
  "version": "1.0",
  "description": "Superman Chrome Theme",
  "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.png",
      "theme_frame_overlay": "images/theme_frame_overlay.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png"
    },
    "colors": {
      "frame": [
        22,
        25,
        36
      ],
      "toolbar": [
        251,
        251,
        243
      ],
      "tab_text": [
        22,
        25,
        36
      ],
      "tab_background_text": [
        251,
        251,
        243
      ],
      "bookmark_text": [
        22,
        25,
        36
      ],
      "ntp_background": [
        252,
        253,
        247
      ],
      "ntp_text": [
        74,
        144,
        226
      ],
      "ntp_link": [
        0,
        0,
        0
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0.63,
        0.24,
        0.11
      ]
    },
    "properties": {
      "ntp_background_alignment": "right top",
      "ntp_background_repeat": "no-repeat"
    }
  }
}