The Majestic Owl

The Majestic Owl

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "name": "The Majestic Owl",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_ntp_background": "images/background.png"
    },
    "colors": {
      "frame": [
        255,
        0,
        0
      ],
      "toolbar": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_link": [
        255,
        0,
        0
      ],
      "ntp_section": [
        193,
        199,
        105
      ],
      "button_background": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        0.8,
        0.4,
        0.6
      ]
    },
    "properties": {
      "ntp_background_alignment": "top"
    }
  }
}