SOA Software I Love APIs Theme

SOA Software I Love APIs Theme

SOA Software Chrome Browser Theme

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SOA Software I Love APIs Theme",
  "version": "0.4",
  "short_name": "SOA Sofware Browser Theme",
  "description": "SOA Software Chrome Browser Theme",
  "icons": {
    "48": "images/SOASoftware_48.png",
    "128": "images/SOASoftware_128.png"
  },
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_frame": "images/API_bubbles.png",
      "theme_ntp_background": "images/AE1_413x640.png",
      "theme_ntp_attribution": "images/SOASoftware_200x61.png"
    },
    "colors": {
      "frame": [
        255,
        255,
        255
      ],
      "toolbar": [
        255,
        255,
        255
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_link": [
        99,
        99,
        99
      ],
      "ntp_section": [
        255,
        255,
        255
      ],
      "button_background": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        0.33,
        0.5,
        0.47
      ]
    },
    "properties": {
      "ntp_background_alignment": "left top"
    }
  }
}