Mega Lucario

Mega Lucario

Just a Mega Lucario background for the new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mega Lucario",
  "description": "Just a Mega Lucario background for the new tab.",
  "theme": {
    "colors": {
      "ntp_background": [
        103,
        141,
        155
      ],
      "ntp_text": [
        255,
        255,
        255
      ]
    },
    "images": {
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png"
    },
    "properties": {
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 1
    }
  },
  "version": "1.0"
}