Robot Theme, inspired by Android™

Robot Theme, inspired by Android™

An unofficial Android™-inspired theme for Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Robot Theme, inspired by Android™",
  "description": "An unofficial Android™-inspired theme for Chrome.",
  "version": "0.2.3",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "theme": {
    "images": {
      "theme_frame": {
        "100": "images/1x/theme_frame.png",
        "200": "images/2x/theme_frame.png"
      },
      "theme_frame_overlay": {
        "100": "images/1x/theme_frame_overlay.png",
        "200": "images/2x/theme_frame_overlay.png"
      },
      "theme_frame_incognito": {
        "100": "images/1x/theme_frame_incognito.png",
        "200": "images/2x/theme_frame_incognito.png"
      },
      "theme_toolbar": {
        "100": "images/1x/theme_toolbar.png",
        "200": "images/2x/theme_toolbar.png"
      },
      "theme_tab_background": {
        "100": "images/1x/theme_tab_background.png",
        "200": "images/2x/theme_tab_background.png"
      },
      "theme_tab_background_incognito": {
        "100": "images/1x/theme_tab_background_incognito.png",
        "200": "images/2x/theme_tab_background_incognito.png"
      },
      "theme_ntp_background": {
        "100": "images/1x/theme_ntp_background.png",
        "200": "images/2x/theme_ntp_background.png"
      },
      "theme_ntp_attribution": {
        "100": "images/1x/theme_ntp_attribution.png",
        "200": "images/2x/theme_ntp_attribution.png"
      },
      "theme_window_control_background": {
        "100": "images/1x/theme_window_control_background.png",
        "200": "images/2x/theme_window_control_background.png"
      }
    },
    "colors": {
      "frame": [
        44,
        51,
        66
      ],
      "frame_inactive": [
        100,
        100,
        100
      ],
      "frame_incognito": [
        255,
        255,
        255
      ],
      "frame_incognito_inactive": [
        184,
        184,
        184
      ],
      "toolbar": [
        194,
        217,
        122
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        142,
        159,
        156
      ],
      "ntp_text": [
        32,
        32,
        32
      ],
      "ntp_link": [
        44,
        51,
        66
      ],
      "ntp_section": [
        194,
        217,
        122
      ],
      "ntp_header": [
        44,
        51,
        66
      ],
      "control_background": [
        164,
        198,
        57
      ],
      "bookmark_text": [
        0,
        0,
        0
      ],
      "button_background": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        -1,
        0,
        -1
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        0,
        0.65
      ],
      "frame_incognito": [
        0.5,
        0,
        0.5
      ],
      "frame_incognito_inactive": [
        -1,
        0,
        0.45
      ],
      "background_tab": [
        0.5,
        0.5,
        0.15
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom center",
      "ntp_background_repeat": "repeat-x"
    }
  }
}