Examine source code of Summer Douro

Inspect and view changes in Summer Douro source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0.1",
  "manifest_version": 3,
  "name": "Summer Douro",
  "short_name": "Summer Douro",
  "description": "A dark blue theme made after a photograph of the Douro river at Porto, Portugal. Picture and theme by Paulo Ferreira, 2013.",
  "author": "Paulo Ferreira|PF234|pf234",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png"
    },
    "colors": {
      "frame": [
        12,
        15,
        31
      ],
      "toolbar": [
        18,
        23,
        42
      ],
      "tab_text": [
        187,
        187,
        208
      ],
      "tab_background_text": [
        102,
        102,
        119
      ],
      "bookmark_text": [
        62,
        63,
        83
      ],
      "ntp_background": [
        0,
        2,
        28
      ],
      "ntp_text": [
        167,
        167,
        169
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0.67,
        0.18,
        0.77
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 0
    }
  }
}