Red Fox Snow Theme

Red Fox Snow Theme

A wintery theme featuring a red fox in the snow.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Red Fox Snow Theme",
  "description": "A wintery theme featuring a red fox in the snow.",
  "manifest_version": 2,
  "icons": {
    "128": "snow_fox_icon.png"
  },
  "theme": {
    "colors": {
      "frame": [
        0,
        0,
        0
      ],
      "ntp_link": [
        201,
        106,
        122
      ],
      "ntp_section": [
        207,
        221,
        192
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "toolbar": [
        141,
        159,
        198
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "button_background": [
        90,
        49,
        0
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        0,
        0,
        0
      ]
    },
    "images": {
      "theme_ntp_background": "images/snow_fox_screen.png",
      "theme_toolbar": "images/snow_fox_toolbar.png",
      "theme_frame": "images/snow_fox_frame.png",
      "theme_tab_background": "images/snow_fox_tab_background.png"
    },
    "tints": {},
    "properties": {
      "ntp_background_repeat": "no-repeat",
      "ntp_background_alignment": "right bottom",
      "ntp_logo_alternate": 1
    }
  },
  "version": "1.0.2"
}