Update addon.js
Browse files
addon.js
CHANGED
|
@@ -42,7 +42,7 @@ const manifest = {
|
|
| 42 |
resources: ['stream', 'catalog', 'meta'],
|
| 43 |
idPrefixes: ['tt', 'tmdb', 'easynews'],
|
| 44 |
background: 'https://www.easynews.com/images/logo.png',
|
| 45 |
-
logo: 'https://www.easynews.com/
|
| 46 |
contactEmail: '[email protected]'
|
| 47 |
};
|
| 48 |
|
|
|
|
| 42 |
resources: ['stream', 'catalog', 'meta'],
|
| 43 |
idPrefixes: ['tt', 'tmdb', 'easynews'],
|
| 44 |
background: 'https://www.easynews.com/images/logo.png',
|
| 45 |
+
logo: 'https://www.easynews.com/img/redesign/en-logo.svg',
|
| 46 |
contactEmail: '[email protected]'
|
| 47 |
};
|
| 48 |
|