1
0
Fork 0
Firefox-SCsCC/package.json

483 lines
7.3 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"title": "SCs Currency Converter",
"name": "scscc",
"icon": "data/icon48.png",
"id": "scscurrencyconverter@sarics",
"description": "Convert US Dollar, British Pound Sterling and Euro prices to a user set currency",
"author": "sarics",
"license": "GPLv2",
"version": "0.7",
"preferences": [{
"title": "Convert to",
"name": "toCurr",
"type": "menulist",
"value": "HUF",
"options": [
{
"value": "DZD",
"label": "Algerian Dinar"
},
{
"value": "ARS",
"label": "Argentine Peso"
},
{
"value": "AUD",
"label": "Australian Dollar"
},
{
"value": "BHD",
"label": "Bahraini Dinar"
},
{
"value": "BOB",
"label": "Bolivian Boliviano"
},
{
"value": "BWP",
"label": "Botswanan Pula"
},
{
"value": "BRL",
"label": "Brazilian Real"
},
{
"value": "GBP",
"label": "British Pound Sterling"
},
{
"value": "BND",
"label": "Brunei Dollar"
},
{
"value": "BGN",
"label": "Bulgarian Lev"
},
{
"value": "CAD",
"label": "Canadian Dollar"
},
{
"value": "KYD",
"label": "Cayman Islands Dollar"
},
{
"value": "XOF",
"label": "CFA Franc BCEAO"
},
{
"value": "CLP",
"label": "Chilean Peso"
},
{
"value": "CNY",
"label": "Chinese Yuan"
},
{
"value": "COP",
"label": "Colombian Peso"
},
{
"value": "CRC",
"label": "Costa Rican Colón"
},
{
"value": "HRK",
"label": "Croatian Kuna"
},
{
"value": "CZK",
"label": "Czech Republic Koruna"
},
{
"value": "DKK",
"label": "Danish Krone"
},
{
"value": "DOP",
"label": "Dominican Peso"
},
{
"value": "EGP",
"label": "Egyptian Pound"
},
{
"value": "EEK",
"label": "Estonian Kroon"
},
{
"value": "EUR",
"label": "Euro"
},
{
"value": "FJD",
"label": "Fijian Dollar"
},
{
"value": "HNL",
"label": "Honduran Lempira"
},
{
"value": "HKD",
"label": "Hong Kong Dollar"
},
{
"value": "HUF",
"label": "Hungarian Forint"
},
{
"value": "INR",
"label": "Indian Rupee"
},
{
"value": "IDR",
"label": "Indonesian Rupiah"
},
{
"value": "ILS",
"label": "Israeli New Sheqel"
},
{
"value": "JMD",
"label": "Jamaican Dollar"
},
{
"value": "JPY",
"label": "Japanese Yen"
},
{
"value": "JOD",
"label": "Jordanian Dinar"
},
{
"value": "KZT",
"label": "Kazakhstani Tenge"
},
{
"value": "KES",
"label": "Kenyan Shilling"
},
{
"value": "KWD",
"label": "Kuwaiti Dinar"
},
{
"value": "LVL",
"label": "Latvian Lats"
},
{
"value": "LBP",
"label": "Lebanese Pound"
},
{
"value": "LTL",
"label": "Lithuanian Litas"
},
{
"value": "MKD",
"label": "Macedonian Denar"
},
{
"value": "MYR",
"label": "Malaysian Ringgit"
},
{
"value": "MUR",
"label": "Mauritian Rupee"
},
{
"value": "MXN",
"label": "Mexican Peso"
},
{
"value": "MDL",
"label": "Moldovan Leu"
},
{
"value": "MAD",
"label": "Moroccan Dirham"
},
{
"value": "NAD",
"label": "Namibian Dollar"
},
{
"value": "NPR",
"label": "Nepalese Rupee"
},
{
"value": "ANG",
"label": "Netherlands Antillean Guilder"
},
{
"value": "TWD",
"label": "New Taiwan Dollar"
},
{
"value": "NZD",
"label": "New Zealand Dollar"
},
{
"value": "NIO",
"label": "Nicaraguan Córdoba"
},
{
"value": "NGN",
"label": "Nigerian Naira"
},
{
"value": "NOK",
"label": "Norwegian Krone"
},
{
"value": "OMR",
"label": "Omani Rial"
},
{
"value": "PKR",
"label": "Pakistani Rupee"
},
{
"value": "PGK",
"label": "Papua New Guinean Kina"
},
{
"value": "PYG",
"label": "Paraguayan Guarani"
},
{
"value": "PEN",
"label": "Peruvian Nuevo Sol"
},
{
"value": "PHP",
"label": "Philippine Peso"
},
{
"value": "PLN",
"label": "Polish Zloty"
},
{
"value": "QAR",
"label": "Qatari Rial"
},
{
"value": "RON",
"label": "Romanian Leu"
},
{
"value": "RUB",
"label": "Russian Ruble"
},
{
"value": "SVC",
"label": "Salvadoran Colón"
},
{
"value": "SAR",
"label": "Saudi Riyal"
},
{
"value": "RSD",
"label": "Serbian Dinar"
},
{
"value": "SCR",
"label": "Seychellois Rupee"
},
{
"value": "SLL",
"label": "Sierra Leonean Leone"
},
{
"value": "SGD",
"label": "Singapore Dollar"
},
{
"value": "SKK",
"label": "Slovak Koruna"
},
{
"value": "ZAR",
"label": "South African Rand"
},
{
"value": "KRW",
"label": "South Korean Won"
},
{
"value": "LKR",
"label": "Sri Lankan Rupee"
},
{
"value": "SEK",
"label": "Swedish Krona"
},
{
"value": "CHF",
"label": "Swiss Franc"
},
{
"value": "TZS",
"label": "Tanzanian Shilling"
},
{
"value": "THB",
"label": "Thai Baht"
},
{
"value": "TTD",
"label": "Trinidad and Tobago Dollar"
},
{
"value": "TND",
"label": "Tunisian Dinar"
},
{
"value": "TRY",
"label": "Turkish Lira"
},
{
"value": "UGX",
"label": "Ugandan Shilling"
},
{
"value": "UAH",
"label": "Ukrainian Hryvnia"
},
{
"value": "AED",
"label": "United Arab Emirates Dirham"
},
{
"value": "UYU",
"label": "Uruguayan Peso"
},
{
"value": "USD",
"label": "US Dollar"
},
{
"value": "UZS",
"label": "Uzbekistan Som"
},
{
"value": "VEF",
"label": "Venezuelan Bolívar"
},
{
"value": "VND",
"label": "Vietnamese Dong"
},
{
"value": "YER",
"label": "Yemeni Rial"
},
{
"value": "ZMK",
"label": "Zambian Kwacha (19682012)"
}
]
},
{
"title": "Rond price",
"name": "round",
"type": "bool",
"value": true
},
{
"title": "Currency symbol",
"name": "symbol",
"type": "string",
"value": "Ft"
},
{
"title": "Symbol position",
"name": "symbPos",
"type": "radio",
"value": "a",
"options": [
{
"value": "b",
"label": "before"
},
{
"value": "a",
"label": "after"
}
]
},
{
"title": "Separate symbol from price",
"name": "symbSep",
"type": "bool",
"value": true
},
{
"title": "Thousand separator",
"name": "sepTho",
"type": "menulist",
"value": " ",
"options": [
{
"value": "",
"label": "none"
},
{
"value": " ",
"label": "space"
},
{
"value": ",",
"label": ","
},
{
"value": ".",
"label": "."
}
]
},
{
"title": "Decimal separator",
"name": "sepDec",
"type": "menulist",
"value": ",",
"options": [
{
"value": ",",
"label": ","
},
{
"value": ".",
"label": "."
}
]
},
{
"title": "Add style to converted prices",
"name": "style",
"type": "bool",
"value": true
},
{
"title": "Show exchange rate update notifications",
"name": "noti",
"type": "bool",
"value": true
},
{
"title": "Reset exchange rates",
"label": "Reset",
"name": "resCurrRates",
"type": "control"
},
{
"title": "Button state",
"name": "btn",
"type": "bool",
"value": true,
"hidden": true
}]
}