mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 23:20:22 +00:00
Fix applications.json structure
This commit is contained in:
parent
6efb300fe3
commit
ae893979be
1 changed files with 10 additions and 2 deletions
|
@ -7251,7 +7251,11 @@
|
|||
"languages" : [
|
||||
"swift"
|
||||
],
|
||||
"category" : "Development"
|
||||
"categories" : [
|
||||
"ios--macos"
|
||||
],
|
||||
"icon_url" : "",
|
||||
"official_site" : ""
|
||||
},
|
||||
{
|
||||
"repo_url" : "https://github.com/vpeschenkov/Predator",
|
||||
|
@ -7264,7 +7268,11 @@
|
|||
"languages" : [
|
||||
"swift"
|
||||
],
|
||||
"category" : "screensaver"
|
||||
"categories" : [
|
||||
"screensaver"
|
||||
],
|
||||
"icon_url" : "",
|
||||
"official_site" : ""
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue