-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.xml
More file actions
23 lines (23 loc) · 1.59 KB
/
config.xml
File metadata and controls
23 lines (23 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" version="1.2.4" id="https://github.com/sebagun/MpInstallmentsCalculator">
<name short="Installments Calc">MercadoPago Installments Calculator</name>
<name short="Installments Calc" xml:lang="en">MercadoPago Installments Calculator</name>
<name short="Calculador de cuotas" xml:lang="es">Calculador de cuotas de MercadoPago</name>
<description xml:lang="en">Installments calculator for MercadoPago and MercadoLibre credit card payments.</description>
<description xml:lang="es">Calculador de cuotas de MercadoPago y MercadoLibre para pagos con tarjetas de crédito.</description>
<author href="https://github.com/sebagun" email="sebastiangun@gmail.com">Sebastián Gun</author>
<license href="http://www.opensource.org/licenses/mit-license.php">Licensed under the MIT license</license>
<license href="http://www.opensource.org/licenses/mit-license.php" xml:lang="en">Licensed under the MIT license</license>
<license href="http://www.opensource.org/licenses/mit-license.php" xml:lang="es">Distribuido bajo la licencia del MIT</license>
<icon src="assets/icons/icon_16.png"/>
<icon src="assets/icons/icon_18.png"/>
<icon src="assets/icons/icon_32.png"/>
<icon src="assets/icons/icon_64.png"/>
<icon src="assets/icons/icon_128.png"/>
<!-- Resources that I access - APIs/logos -->
<access origin="https://mercadolibre.com" subdomains="true"/>
<access origin="http://mlstatic.com" subdomains="true"/>
<!-- Default preferences -->
<preference name="marketplaceId" value="NONE"/>
<preference name="siteId" value="MLA"/>
</widget>