Sunset On Mountain

Sunset On Mountain

Sunset over mountains and water.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "3",
  "name": "Sunset On Mountain",
  "theme": {
    "images": {
      "theme_tab_background": "images/theme_tab_inactive.png",
      "theme_frame": "images/theme_frame_black.png",
      "theme_toolbar": "images/theme_toolbar_black.png",
      "theme_ntp_background": "images/theme_ntp_background_norepeat.png"
    },
    "colors": {
      "frame": [
        254,
        210,
        65
      ],
      "frame_inactive": [
        74,
        124,
        223
      ],
      "toolbar": [
        254,
        210,
        65
      ],
      "tab_text": [
        254,
        210,
        65
      ],
      "tab_background_text": [
        74,
        124,
        223
      ],
      "bookmark_text": [
        254,
        210,
        65
      ],
      "ntp_text": [
        254,
        210,
        65
      ],
      "ntp_link": [
        254,
        210,
        65
      ],
      "ntp_section": [
        74,
        124,
        223
      ],
      "button_background": [
        74,
        124,
        223
      ],
      "ntp_background": [
        254,
        210,
        65
      ]
    },
    "icons": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "tints": {
      "buttons": [
        74,
        124,
        223
      ]
    }
  }
}