mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2025-02-10 08:50:50 +01:00
Create drive category
This commit is contained in:
parent
7ffde141be
commit
1a5c9d415e
@ -105,6 +105,10 @@
|
|||||||
"title": "Health",
|
"title": "Health",
|
||||||
"id": "health"
|
"id": "health"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Files",
|
||||||
|
"id": "files"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Fitness",
|
"title": "Fitness",
|
||||||
"id": "fitness",
|
"id": "fitness",
|
||||||
@ -129,11 +133,6 @@
|
|||||||
"id": "media",
|
"id": "media",
|
||||||
"description": "Image, video, audio, reading"
|
"description": "Image, video, audio, reading"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"title": "Synchronization",
|
|
||||||
"id": "synchronization",
|
|
||||||
"description": "File synchronization"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"title": "Animoji",
|
"title": "Animoji",
|
||||||
"id": "animoji",
|
"id": "animoji",
|
||||||
@ -6394,7 +6393,7 @@
|
|||||||
{
|
{
|
||||||
"title": "ownCloud",
|
"title": "ownCloud",
|
||||||
"category-ids": [
|
"category-ids": [
|
||||||
"misc"
|
"files"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"objc"
|
"objc"
|
||||||
@ -9498,7 +9497,7 @@
|
|||||||
{
|
{
|
||||||
"title": "Seafile Pro",
|
"title": "Seafile Pro",
|
||||||
"category-ids": [
|
"category-ids": [
|
||||||
"misc"
|
"files"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"objc"
|
"objc"
|
||||||
@ -15738,7 +15737,7 @@
|
|||||||
{
|
{
|
||||||
"title": "Cozy Drive",
|
"title": "Cozy Drive",
|
||||||
"category-ids": [
|
"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.",
|
"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",
|
"source": "https://github.com/cozy/cozy-drive",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user