Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Dec 20, 2025.
{
"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"
}