change categories

This commit is contained in:
Asim Aslam
2022-02-01 15:12:51 +00:00
parent 9b8d144dfd
commit e3a83152fe
20 changed files with 20 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "avatar",
"icon": "🤳🏻",
"category": "web",
"category": "utility",
"display_name": "Avatar"
}

View File

@@ -1,7 +1,7 @@
{
"name": "crypto",
"icon": "₿",
"category": "money",
"category": "crypto",
"pricing": {
"Crypto.News": 1000,
"Crypto.Quote": 2000,

View File

@@ -1,7 +1,7 @@
{
"name": "currency",
"icon": "💱",
"category": "money",
"category": "finance",
"display_name": "Currency",
"pricing": {
"Currency.History": 5000

View File

@@ -1,6 +1,6 @@
{
"name": "emoji",
"icon": "😀",
"category": "web",
"category": "utility",
"display_name": "Emoji"
}

View File

@@ -1,7 +1,7 @@
{
"name": "forex",
"icon": "💲",
"category": "money",
"category": "finance",
"pricing": {
"Forex.Price": 2000,
"Forex.Quote": 2000,

View File

@@ -1,6 +1,6 @@
{
"name": "gifs",
"icon": "🎥",
"category": "web",
"category": "utility",
"display_name": "GIFs"
}

View File

@@ -1,6 +1,6 @@
{
"name": "helloworld",
"icon": "👋",
"category": "web",
"category": "utility",
"display_name": "Hello World"
}

View File

@@ -1,6 +1,6 @@
{
"name": "id",
"icon": "🆔",
"category": "web",
"category": "utility",
"display_name": "ID Generator"
}

View File

@@ -1,7 +1,7 @@
{
"name": "image",
"icon": "🖼️",
"category": "web",
"category": "utility",
"display_name": "Image",
"pricing": {
"Image.Upload": 10000

View File

@@ -1,6 +1,6 @@
{
"name": "ip",
"icon": "🗺️",
"category": "web",
"category": "utility",
"display_name": "IP to Geo"
}

View File

@@ -1,6 +1,6 @@
{
"name": "joke",
"icon": "🃏",
"category": "web",
"category": "utility",
"display_name": "Jokes"
}

View File

@@ -1,7 +1,7 @@
{
"name": "news",
"icon": "📰",
"category": "web",
"category": "utility",
"display_name": "News",
"pricing": {
"News.Headlines": 10000

View File

@@ -1,6 +1,6 @@
{
"name": "qr",
"icon": "🔲",
"category": "web",
"category": "utility",
"display_name": "QR Codes"
}

View File

@@ -1,6 +1,6 @@
{
"name": "rss",
"icon": "📰",
"category": "web",
"category": "utility",
"display_name": "RSS"
}

View File

@@ -1,6 +1,6 @@
{
"name": "sentiment",
"icon": "🤔",
"category": "web",
"category": "utility",
"display_name": "Sentiment"
}

View File

@@ -1,7 +1,7 @@
{
"name": "stock",
"icon": "📈",
"category": "money",
"category": "finance",
"pricing": {
"Stock.Quote": 2000,
"Stock.History": 5000,

View File

@@ -1,7 +1,7 @@
{
"name": "thumbnail",
"icon": "📸",
"category": "web",
"category": "utility",
"display_name": "Thumbnail",
"pricing": {
"Thumbnail.Screenshot": 10000

View File

@@ -1,6 +1,6 @@
{
"name": "time",
"icon": "🌐",
"category": "timezone",
"category": "utility",
"display_name": "Time"
}

View File

@@ -1,7 +1,7 @@
{
"name": "translate",
"icon": "📖",
"category": "language",
"category": "utility",
"display_name": "Translate",
"pricing": {
"Translate.Text": 10000

View File

@@ -1,6 +1,6 @@
{
"name": "url",
"icon": "🔗",
"category": "web",
"category": "utility",
"display_name": "URL Shortener"
}