Create drive category
This commit is contained in:
parent
7ffde141be
commit
1a5c9d415e
|
@ -105,6 +105,10 @@
|
|||
"title": "Health",
|
||||
"id": "health"
|
||||
},
|
||||
{
|
||||
"title": "Files",
|
||||
"id": "files"
|
||||
},
|
||||
{
|
||||
"title": "Fitness",
|
||||
"id": "fitness",
|
||||
|
@ -129,11 +133,6 @@
|
|||
"id": "media",
|
||||
"description": "Image, video, audio, reading"
|
||||
},
|
||||
{
|
||||
"title": "Synchronization",
|
||||
"id": "synchronization",
|
||||
"description": "File synchronization"
|
||||
},
|
||||
{
|
||||
"title": "Animoji",
|
||||
"id": "animoji",
|
||||
|
@ -6394,7 +6393,7 @@
|
|||
{
|
||||
"title": "ownCloud",
|
||||
"category-ids": [
|
||||
"misc"
|
||||
"files"
|
||||
],
|
||||
"tags": [
|
||||
"objc"
|
||||
|
@ -9498,7 +9497,7 @@
|
|||
{
|
||||
"title": "Seafile Pro",
|
||||
"category-ids": [
|
||||
"misc"
|
||||
"files"
|
||||
],
|
||||
"tags": [
|
||||
"objc"
|
||||
|
@ -15738,7 +15737,7 @@
|
|||
{
|
||||
"title": "Cozy Drive",
|
||||
"category-ids": [
|
||||
"synchronization"
|
||||
"files"
|
||||
],
|
||||
"description": "Store, manage, share all your files, photos and documents, and even get your bills safe with Cozy Drive, and enjoy free 5GB storage.",
|
||||
"source": "https://github.com/cozy/cozy-drive",
|
||||
|
|
Loading…
Reference in New Issue