Programmer

Programmer

A clean and geeky theme for those who like to code. Theme includes a code cloud and definition of programmer. icon provider:…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Anurag Dadheech",
  "manifest_version": 2,
  "name": "Programmer",
  "short_name": "programmer",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "theme": {
    "colors": {
      "bookmark_text": [
        0,
        0,
        0
      ],
      "frame": [
        73,
        73,
        73
      ],
      "ntp_background": [
        176,
        176,
        176
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "toolbar": [
        155,
        155,
        155
      ]
    },
    "images": {
      "theme_frame": "images/frame.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png",
      "theme_ntp_background": "images/background1.png",
      "theme_tab_background": "images/tab.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_window_control_background": "images/window_control_background.png"
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "buttons": [
        0.06,
        0.1,
        0.25
      ],
      "frame_inactive": [
        -1,
        0.4,
        0.6
      ]
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.1"
}