Skip to content

Commit 160ff95

Browse files
HWienholdmvdkleijn
authored andcommitted
added byteshash
1 parent d71cb3b commit 160ff95

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

ByteStash/ByteStash.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\ByteStash;
4+
5+
class ByteStash extends \App\SupportedApps
6+
{
7+
}

ByteStash/app.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "bdaf9034b558e70fc584d519952bfad13ae8a4f9",
3+
"name": "ByteStash",
4+
"website": "https://github.com/jordan-dalby/ByteStash",
5+
"license": "GNU General Public License v3.0 or later",
6+
"description": "ByteStash is a self-hosted web application designed to store, organise, and manage your code snippets efficiently. With support for creating, editing, and filtering snippets, ByteStash helps you keep track of your code in one secure place.",
7+
"enhanced": false,
8+
"tile_background": "light",
9+
"icon": "bytestash.png"
10+
}

ByteStash/bytestash.png

2.54 KB
Loading

0 commit comments

Comments
 (0)