Austria theme

Austria theme

Austria theme For people who love flag of Austria. Or anyone who love 2 beautiful colors. You using Google Chrome ? Then YOU must…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0",
  "name": "Austria theme",
  "author": "Fil Svyatoslav",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame_camo.png",
      "theme_frame_overlay": "images/theme_frame_stripe.png",
      "theme_toolbar": "images/theme_toolbar_camo.png",
      "theme_ntp_background": "images/theme_ntp_background_norepeat.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png",
      "theme_window_control_background": "images/theme_button_background.png"
    },
    "icons": {
      "128": "icon_128x128.png"
    },
    "colors": {
      "frame": [
        180,
        41,
        38
      ],
      "toolbar": [
        183,
        182,
        182
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_section": [
        180,
        39,
        49
      ],
      "button_background": [
        180,
        41,
        38
      ],
      "control_background": [
        183,
        182,
        182
      ],
      "bookmark_text": [
        180,
        41,
        38
      ],
      "tab_background_text": [
        255,
        225,
        255
      ]
    },
    "tints": {
      "buttons": [
        0,
        0.5,
        0.47
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 1
    }
  }
}