mirror of
https://github.com/serhii-londar/open-source-mac-os-apps
synced 2024-11-13 23:47:08 +00:00
Added Sessions (#484)
* Added Sessions Safari extension to save your working sessions * Added Sessions With correction (removed line + lowercase categories) * Adding Sessions
This commit is contained in:
parent
80a2ea9e53
commit
64e9e912ac
1 changed files with 17 additions and 0 deletions
|
@ -7534,6 +7534,23 @@
|
|||
"cpp",
|
||||
"objective_c"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description": "Safari extension to save your working sessions",
|
||||
"categories": [
|
||||
"productivity",
|
||||
"extensions"
|
||||
],
|
||||
"repo_url": "https://github.com/AlexPerathoner/Sessions",
|
||||
"title": "Sessions",
|
||||
"icon_url": "https://raw.githubusercontent.com/AlexPerathoner/Sessions/master/Sessions/Assets.xcassets/AppIcon.appiconset/512-1.png",
|
||||
"screenshots": [
|
||||
"https://raw.githubusercontent.com/AlexPerathoner/Sessions/master/screenExample.png"
|
||||
],
|
||||
"official_site": "",
|
||||
"languages": [
|
||||
"swift"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue