Enrique Iglesias Theme

Enrique Iglesias Theme

Be Who You Are, Not Who The World Wants You To Be - Enrique Iglesias

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.0.1",
  "description": "Be Who You Are, Not Who The World Wants You To Be - Enrique Iglesias",
  "name": "Enrique Iglesias Theme",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Enrique Iglesias"
  },
  "theme": {
    "images": {
      "theme_ntp_background": "Final.jpg"
    },
    "properties": {
      "ntp_background_alignment": "center"
    }
  },
  "permissions": [
    "tabs"
  ],
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "icons": {
    "64": "smallIcon.png",
    "128": "icon.png"
  },
  "incognito": "split"
}