diff --git a/extensions/othmanamor/xrate/extension.json b/extensions/othmanamor/xrate/extension.json new file mode 100644 index 0000000..f7de3a2 --- /dev/null +++ b/extensions/othmanamor/xrate/extension.json @@ -0,0 +1,29 @@ +{ + "$schema": "../../../.github/schemas/extension.schema.json", + "id": "othmanamor.xrate", + "title": "xRate", + "shortDescription": "Fast, open-source real-time currency converter.", + "description": "xRate integrates with the Windows Command Palette to provide real-time currency exchange rates. Perform instant conversions between 160+ currencies directly from your workflow.", + "author": { + "name": "Othman AMOR", + "url": "https://github.com/Hotman75" + }, + "icon": "icon.png", + "homepage": "https://github.com/Hotman75/xRate", + "tags": [ + "currency", + "converter", + "finance", + "exchange" + ], + "categories": [ + "productivity", + "utilities-and-tools" + ], + "installSources": [ + { + "type": "msstore", + "id": "9pfkdjxlfwsh" + } + ] +} \ No newline at end of file diff --git a/extensions/othmanamor/xrate/icon.png b/extensions/othmanamor/xrate/icon.png new file mode 100644 index 0000000..f8270c9 Binary files /dev/null and b/extensions/othmanamor/xrate/icon.png differ diff --git a/extensions/othmanamor/xrate/screenshots/01-main-view.png b/extensions/othmanamor/xrate/screenshots/01-main-view.png new file mode 100644 index 0000000..eedf506 Binary files /dev/null and b/extensions/othmanamor/xrate/screenshots/01-main-view.png differ diff --git a/extensions/othmanamor/xrate/screenshots/02-calcul.png b/extensions/othmanamor/xrate/screenshots/02-calcul.png new file mode 100644 index 0000000..0d8d823 Binary files /dev/null and b/extensions/othmanamor/xrate/screenshots/02-calcul.png differ diff --git a/extensions/othmanamor/xrate/screenshots/03-settings.png b/extensions/othmanamor/xrate/screenshots/03-settings.png new file mode 100644 index 0000000..7bcc2c6 Binary files /dev/null and b/extensions/othmanamor/xrate/screenshots/03-settings.png differ