Theme

Theme

Theme for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Theme",
  "description": "Theme for Chrome",
  "version": "0.1.0",
  "theme": {
    "images": {
      "theme_ntp_background": "packages/Cathodic-Precision.jpg"
    },
    "colors": {
      "frame": [
        100,
        100,
        100
      ],
      "toolbar": [
        200,
        200,
        200
      ],
      "ntp_text": [
        200,
        200,
        200
      ],
      "ntp_background": [
        100,
        100,
        100
      ]
    }
  }
}