SDSU Theme

SDSU Theme

A red and black theme featuring the SDSU athletic logo

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SDSU Theme",
  "description": "A red and black theme featuring the SDSU athletic logo",
  "version": "1.0.0",
  "theme": {
    "colors": {
      "frame": [
        114,
        17,
        17
      ],
      "toolbar": [
        196,
        49,
        57
      ],
      "ntp_text": [
        114,
        17,
        17
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "button_background": [
        114,
        17,
        17
      ]
    },
    "images": {
      "theme_ntp_background": "images/ntp_background.png",
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png"
    },
    "tints": {
      "buttons": [
        0.9,
        0.1,
        0.1
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat"
    }
  },
  "manifest_version": 2
}