minimal

minimal

A minimal theme fro chrome which allows your content to become the forefront.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0",
  "name": "minimal",
  "theme": {
    "images": {
      "theme_frame": "img/2.jpg",
      "theme_toolbar": "img/4.jpg",
      "theme_tab_background": "img/3.jpg",
      "theme_ntp_background": "img/1.jpg"
    },
    "colors": {
      "frame": [
        244,
        244,
        244
      ],
      "ntp_link": [
        120,
        120,
        120
      ],
      "toolbar": [
        234,
        234,
        234
      ],
      "ntp_section": [
        108,
        108,
        108
      ],
      "tab_text": [
        92,
        92,
        92
      ],
      "ntp_text": [
        95,
        95,
        95
      ],
      "button_background": [
        207,
        207,
        207
      ],
      "ntp_section_link": [
        200,
        200,
        200
      ]
    },
    "properties": {
      "ntp_background_alignment": "topleft",
      "ntp_background_repeat": "repeat",
      "ntp_logo_alternate": 1
    },
    "tints": {
      "buttons": [
        0.5,
        0.5,
        0.3
      ]
    },
    "icons": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  }
}