Reverse Steve - Theme

Reverse Steve - Theme

Google Chrome Theme with a heavy green and red abstract wallpaper

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Google Chrome Theme with a heavy green and red abstract wallpaper",
  "icons": {
    "16": "icon128.png",
    "48": "icon128.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Reverse Steve - Theme",
  "theme": {
    "colors": {
      "bookmark_text": [
        60,
        64,
        67
      ],
      "button_background": [
        255,
        0,
        0,
        1
      ],
      "frame": [
        191,
        0,
        150
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_link": [
        255,
        0,
        0
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        79,
        79,
        79
      ],
      "tab_text": [
        60,
        64,
        67
      ],
      "toolbar": [
        131,
        255,
        164
      ]
    },
    "images": {
      "theme_frame": "theme_frame.png",
      "theme_ntp_attribution": "LogoTheme.png",
      "theme_ntp_background": "theme_ntp_background.png",
      "theme_tab_background": "theme_tab_background.png",
      "theme_toolbar": "backgroundcolor.png"
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 1
    },
    "tints": {
      "buttons": [
        0.08,
        0.54,
        0.35
      ]
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}