City Beautiful

City Beautiful

1.0 > First release. 1.1 > Fixed Frame inactive > Fixed frame incognito

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "",
  "version": "1.1",
  "manifest_version": 2,
  "name": "City Beautiful",
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_ntp_background": "images/mytheme.png",
      "theme_tab_background": "images/tab.png",
      "theme_frame_inactive": "images/frame_inactive.png",
      "theme_frame_incognito": "images/frame_incognito.png",
      "theme_frame_incognito_inactive": "images/frame_incognito_inactive.png"
    },
    "colors": {
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "ntp_header": [
        0,
        0,
        0
      ],
      "toolbar": [
        224,
        224,
        224
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        0,
        0,
        0
      ],
      "bookmark_text": [
        0,
        0,
        0
      ],
      "frame": [
        0,
        70,
        103
      ],
      "frame_inactive": [
        238,
        238,
        238
      ],
      "frame_incognito": [
        224,
        224,
        224
      ],
      "frame_incognito_inactive": [
        238,
        238,
        238
      ]
    },
    "tints": {
      "buttons": [
        0.5,
        0.5,
        0.5
      ],
      "frame_inactive": [
        238,
        238,
        238
      ],
      "frame_incognito": [
        0,
        0,
        28
      ],
      "frame_incognito_inactive": [
        0,
        0,
        93
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 1
    }
  }
}