Eiffel Tower Love Theme

Eiffel Tower Love Theme

A Chrome theme featuring an Eiffel Tower illustration and an overall love look.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.0.0",
  "manifest_version": 2,
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "theme": {
    "images": {
      "theme_toolbar": "images/toolbar.png",
      "theme_tab_background": "images/tab.png",
      "theme_tab_background_incognito": "images/tab.png",
      "theme_ntp_background": "images/background.png",
      "theme_frame": "images/frame.png",
      "theme_frame_inactive": "images/frame.png",
      "theme_frame_incognito": "images/frame.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png"
    },
    "colors": {
      "ntp_link": [
        66,
        7,
        31
      ],
      "ntp_text": [
        59,
        13,
        31
      ],
      "ntp_section_link": [
        0,
        0,
        0
      ],
      "ntp_section_text": [
        0,
        0,
        0
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "frame": [
        217,
        17,
        17
      ],
      "toolbar": [
        222,
        222,
        222
      ],
      "tab_text": [
        50,
        0,
        0
      ],
      "tab_background_text": [
        79,
        0,
        0
      ],
      "bookmark_text": [
        50,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0.99501424501424,
        1,
        0.54117647058823
      ],
      "frame_inactive": [
        -1,
        -1,
        0.55
      ],
      "frame_incognito_inactive": [
        -1,
        0.2,
        0.3
      ]
    },
    "properties": {
      "ntp_background_alignment": "left bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}