Skip to content

Commit

Permalink
added byteshash
Browse files Browse the repository at this point in the history
  • Loading branch information
HWienhold authored and mvdkleijn committed Dec 4, 2024
1 parent d71cb3b commit 160ff95
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ByteStash/ByteStash.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\ByteStash;

class ByteStash extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions ByteStash/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "bdaf9034b558e70fc584d519952bfad13ae8a4f9",
"name": "ByteStash",
"website": "https://github.com/jordan-dalby/ByteStash",
"license": "GNU General Public License v3.0 or later",
"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.",
"enhanced": false,
"tile_background": "light",
"icon": "bytestash.png"
}
Binary file added ByteStash/bytestash.png
Loading
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 160ff95

Please sign in to comment.