French Bulldog

French Bulldog

Google Chrome Theme with orange flowers and French Bulldogs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "French Bulldog",
  "version": "1.3",
  "manifest_version": 2,
  "description": "Google Chrome Theme with orange flowers and French Bulldogs",
  "icons": {
    "16": "icon128.png",
    "48": "icon128.png",
    "128": "icon128.png"
  },
  "theme": {
    "images": {
      "theme_frame": "theme_frame.png",
      "theme_toolbar": "backgroundcolor.png",
      "theme_ntp_background": "theme_ntp_background.png",
      "theme_ntp_attribution": "LogoTheme.png",
      "theme_tab_background": "theme_tab_background.png"
    },
    "colors": {
      "frame": [
        232,
        203,
        152
      ],
      "toolbar": [
        220,
        204,
        164
      ],
      "tab_text": [
        60,
        64,
        67
      ],
      "tab_background_text": [
        79,
        79,
        79
      ],
      "bookmark_text": [
        60,
        64,
        67
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_link": [
        245,
        166,
        35
      ],
      "button_background": [
        223,
        205,
        166,
        1
      ]
    },
    "tints": {
      "buttons": [
        0.08,
        0.54,
        0.35
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 1
    }
  }
}