Saphir Theme

Retrouvez le bleu saphir de la première version de chrome. Un thème sobre, clair, agréable à regarder pour une navigation toujours…
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": "http://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "name": "Saphir Theme",
  "theme": {
    "images": {
      "theme_toolbar": "images/theme_toolbar.png"
    },
    "colors": {
      "toolbar": [
        216,
        239,
        247
      ],
      "bookmark_text": [
        36,
        58,
        90
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_link": [
        36,
        58,
        90
      ],
      "ntp_link_underline": [
        36,
        58,
        90
      ],
      "ntp_header": [
        94,
        156,
        215
      ],
      "ntp_section": [
        216,
        239,
        247
      ],
      "ntp_section_text": [
        0,
        0,
        0
      ],
      "ntp_section_link": [
        36,
        58,
        90
      ],
      "ntp_section_link_underline": [
        36,
        58,
        90
      ]
    },
    "tints": {
      "buttons": [
        0.6,
        -1,
        -1
      ],
      "frame": [
        0.56,
        0.57,
        0.49
      ],
      "frame_inactive": [
        0.56,
        0.37,
        0.59
      ],
      "frame_incognito": [
        0.56,
        0.57,
        0.49
      ],
      "frame_incognito_inactive": [
        0.56,
        0.37,
        0.59
      ]
    },
    "properties": {
      "ntp_background_alignment": "center bottom",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 0
    }
  }
}