From 70591a4788f6c157a0936d96e91e68714bd9a549 Mon Sep 17 00:00:00 2001 From: Joris Tirado Date: Fri, 15 Jun 2018 15:06:25 -0700 Subject: [PATCH] UI-3060: Update app metadata (#4) * Update app name/category * Define release phase --- metadata/app.json | 16 ++++++++-------- .../{NumberManager_app.png => Numbers_app.png} | Bin .../{numbermanager1.png => numbers1.png} | Bin .../{numbermanager2.png => numbers2.png} | Bin 4 files changed, 8 insertions(+), 8 deletions(-) rename metadata/icon/{NumberManager_app.png => Numbers_app.png} (100%) rename metadata/screenshots/{numbermanager1.png => numbers1.png} (100%) rename metadata/screenshots/{numbermanager2.png => numbers2.png} (100%) diff --git a/metadata/app.json b/metadata/app.json index 3081599..990d107 100644 --- a/metadata/app.json +++ b/metadata/app.json @@ -2,9 +2,9 @@ "name": "numbers", "i18n": { "en-US": { - "label": "Number Manager", - "description": "Number Manager app allows you to easily buy, port and manage all numbers in your account.", - "extended_description": "Number Manager allows you to purchase and manage a base set of phone numbers in a master account. From there, numbers can be distributed to customers for use. When the numbers are no longer needed, they can be reclaimed easily and re-assigned to other customers at any time.Blocks of numbers and services can also be reserved and distributed. A clear distinction between numbers in-use and spare numbers is made to simplify management. Number Manager supports managing CNAM database updates, inbound caller ID name lookups and emergency 911 services.", + "label": "Numbers", + "description": "The Numbers app allows you to easily buy, port and manage all numbers in your account.", + "extended_description": "The Numbers app allows you to purchase and manage a base set of phone numbers in a master account. From there, numbers can be distributed to customers for use. When the numbers are no longer needed, they can be reclaimed easily and re-assigned to other customers at any time.Blocks of numbers and services can also be reserved and distributed. A clear distinction between numbers in-use and spare numbers is made to simplify management. The Numbers app supports managing CNAM database updates, inbound caller ID name lookups and emergency 911 services.", "features": [ "Purchase new numbers", "Delete numbers", @@ -17,22 +17,22 @@ } }, "tags": [ - "reseller", - "developer" + "admin" ], - "icon": "NumberManager_app.png", + "icon": "Numbers_app.png", "api_url": "http://10.26.0.41:8000/v2", "author": "2600Hz", "version": "1.0", "license": "-", "price": 0, "screenshots": [ - "numbermanager1.png", - "numbermanager2.png" + "numbers1.png", + "numbers2.png" ], "urls": { "documentation": "{documentation_url}", "howto": "{howto_video_url}" }, + "phase": "gold", "pvt_type": "app" } diff --git a/metadata/icon/NumberManager_app.png b/metadata/icon/Numbers_app.png similarity index 100% rename from metadata/icon/NumberManager_app.png rename to metadata/icon/Numbers_app.png diff --git a/metadata/screenshots/numbermanager1.png b/metadata/screenshots/numbers1.png similarity index 100% rename from metadata/screenshots/numbermanager1.png rename to metadata/screenshots/numbers1.png diff --git a/metadata/screenshots/numbermanager2.png b/metadata/screenshots/numbers2.png similarity index 100% rename from metadata/screenshots/numbermanager2.png rename to metadata/screenshots/numbers2.png