Skip to content

Commit

Permalink
Add Snibox foundation app
Browse files Browse the repository at this point in the history
  • Loading branch information
KodeStar committed Nov 6, 2018
1 parent 4022e47 commit d426a46
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Snibox/Snibox.php
@@ -0,0 +1,5 @@
<?php namespace App\SupportedApps\Snibox;

class Snibox extends \App\SupportedApps {

}
10 changes: 10 additions & 0 deletions Snibox/app.json
@@ -0,0 +1,10 @@
{
"appid": "6c050d5bdf522fa20599560ff0f6b74e7dcd97a8",
"name": "Snibox",
"website": "https://github.com/snibox/snibox",
"license": "MIT License",
"description": "Snibox is a self-hosted, single-user (for now) snippet manager. Developed to collect and organize code snippets. Supports various programming languages, markdown, plain text.",
"enhanced": false,
"tile_background": "dark",
"icon": "snibox.png"
}
Binary file added Snibox/snibox.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d426a46

Please sign in to comment.