Minimal Theme Comfort

Minimal Theme Comfort

Tema minimalista y comodo para la vista.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Minimal Theme Comfort",
  "version": "1.0",
  "author": "wezarkeVo",
  "description": "Tema minimalista y comodo para la vista.",
  "icons": {
    "16": "src/icons/icon16.png",
    "48": "src/icons/icon48.png",
    "128": "src/icons/icon128.png"
  },
  "theme": {
    "images": {
      "theme_button_background": "src/images/theme_window_control_background.png",
      "theme_frame": "src/images/theme_frame.png",
      "theme_frame_inactive": "src/images/theme_frame_inactive.png",
      "theme_frame_incognito": "src/images/theme_frame.png",
      "theme_frame_incognito_inactive": "src/images/theme_frame.png",
      "theme_ntp_attribution": "src/images/theme_ntp_attribution.png",
      "theme_ntp_background": "src/images/theme_ntp_background.png",
      "theme_tab_background_v": "src/images/theme_tab_background_v.png"
    },
    "tints": {
      "buttons": [
        178,
        34,
        34
      ],
      "frame": [
        178,
        34,
        34
      ],
      "frame_inactive": [
        178,
        34,
        34
      ],
      "frame_incognito": [
        178,
        34,
        34
      ],
      "frame_incognito_inactive": [
        178,
        34,
        34
      ],
      "background_tab": [
        178,
        34,
        34
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 1
    }
  }
}